mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bustage fix from bug 458020
This commit is contained in:
parent
1bb2a73b85
commit
97a569d11a
@ -1262,7 +1262,8 @@ JS_EvaluateUCInStackFrame(JSContext *cx, JSStackFrame *fp,
|
||||
displaySave = *disp;
|
||||
*disp = fp;
|
||||
} else {
|
||||
disp = displaySave = NULL;
|
||||
disp = NULL;
|
||||
displaySave = NULL;
|
||||
}
|
||||
ok = js_Execute(cx, scobj, script, fp, JSFRAME_DEBUGGER | JSFRAME_EVAL,
|
||||
rval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user