[JAEGER] Fixed display not being adjusted correctly.

This commit is contained in:
David Anderson
2010-06-07 17:21:40 -07:00
parent 830271df98
commit 7293eb0ed9
2 changed files with 1 additions and 10 deletions

View File

@@ -932,7 +932,7 @@ SendToGenerator(JSContext *cx, JSGeneratorOp op, JSObject *obj,
/* Officially push |fp|. |frame|'s destructor pops. */
cx->stack().pushExecuteFrame(cx, frame, gen->savedRegs, NULL);
ok = Interpret(cx);
ok = RunScript(cx, fp->script, fp->fun, fp->scopeChain);
/* Restore call/args/block objects. */
cx->leaveGenerator(gen);