Skip to content

Commit 0aa7f4e

Browse files
renaming
Co-authored-by: Caleb Aikens <[email protected]>
1 parent 90b54b6 commit 0aa7f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSStringProxy.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ void JSStringProxyMethodDefinitions::JSStringProxy_dealloc(JSStringProxy *self)
2424
PyObject *JSStringProxyMethodDefinitions::JSStringProxy_copy_method(JSStringProxy *self) {
2525
JS::RootedString selfString(GLOBAL_CX, ((JSStringProxy *)self)->jsString->toString());
2626
JS::RootedValue selfStringValue(GLOBAL_CX, JS::StringValue(selfString));
27-
return StrType::proxyfiString(GLOBAL_CX, selfStringValue);
27+
return StrType::proxifyString(GLOBAL_CX, selfStringValue);
2828
}

0 commit comments

Comments
 (0)