mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 493457 - followup - fixing a typo in the patch.
This commit is contained in:
parent
9c938dd547
commit
2e4416c672
@ -5431,7 +5431,7 @@ regexp_compile_sub(JSContext *cx, JSObject *obj, uintN argc, jsval *argv,
|
||||
return JS_FALSE;
|
||||
}
|
||||
JS_LOCK_OBJ(cx, obj2);
|
||||
re = (JSRegExp *) obj->getPrivate();
|
||||
re = (JSRegExp *) obj2->getPrivate();
|
||||
if (!re) {
|
||||
JS_UNLOCK_OBJ(cx, obj2);
|
||||
return JS_FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user