mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
bug 493457 - followup - fixing a typo in the patch.
This commit is contained in:
parent
144903124e
commit
b819bce8fc
@ -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