We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b54b6 commit 0aa7f4eCopy full SHA for 0aa7f4e
src/JSStringProxy.cc
@@ -24,5 +24,5 @@ void JSStringProxyMethodDefinitions::JSStringProxy_dealloc(JSStringProxy *self)
24
PyObject *JSStringProxyMethodDefinitions::JSStringProxy_copy_method(JSStringProxy *self) {
25
JS::RootedString selfString(GLOBAL_CX, ((JSStringProxy *)self)->jsString->toString());
26
JS::RootedValue selfStringValue(GLOBAL_CX, JS::StringValue(selfString));
27
- return StrType::proxyfiString(GLOBAL_CX, selfStringValue);
+ return StrType::proxifyString(GLOBAL_CX, selfStringValue);
28
}
0 commit comments