Skip to content

Commit 90b54b6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StrType.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static PyObject *asUCS4(PyObject *pyString) {
9595
return ret;
9696
}
9797

98-
PyObject *StrType::proxyfiString(JSContext *cx, JS::HandleValue strVal) {
98+
PyObject *StrType::proxifyString(JSContext *cx, JS::HandleValue strVal) {
9999
JS::RootedString str(cx, strVal.toString());
100100
JSLinearString *lstr = JS_EnsureLinearString(cx, str);
101101
JS::AutoCheckCannotGC nogc;

0 commit comments

Comments
 (0)