mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Checking in for rogerl (53614, r=mccabe, a=me).
This commit is contained in:
parent
fbc3dede62
commit
4174a19961
@ -2705,7 +2705,7 @@ js_Interpret(JSContext *cx, jsval *result)
|
||||
rval = ATOM_KEY(atom);
|
||||
JS_ASSERT(JSVAL_IS_OBJECT(rval));
|
||||
PUSH_OPND(rval);
|
||||
obj = JSVAL_TO_OBJECT(rval);
|
||||
obj = NULL;
|
||||
break;
|
||||
|
||||
case JSOP_ZERO:
|
||||
|
Loading…
x
Reference in New Issue
Block a user