[JAEGER] Unbroke build, merge merge merge.

This commit is contained in:
David Anderson
2010-07-05 20:14:42 -07:00
parent 549886a671
commit 711f227978
19 changed files with 260 additions and 293 deletions

View File

@@ -1253,7 +1253,7 @@ SendToGenerator(JSContext *cx, JSGeneratorOp op, JSObject *obj,
JSObject *enumerators = cx->enumerators;
cx->enumerators = gen->enumerators;
ok = RunScript(cx, fp->script, fp->fun, &fp->scopeChain.asObject());
ok = RunScript(cx, fp->script, fp->fun, fp->scopeChain);
/* Restore the original enumerators stack. */
gen->enumerators = cx->enumerators;