Add more rooters, bug 772303. r=billm

This commit is contained in:
Brian Hackett
2012-07-10 19:17:29 -06:00
parent 16eee17197
commit 6a16d5454f
57 changed files with 532 additions and 383 deletions

View File

@@ -244,7 +244,7 @@ frontend::CompileScript(JSContext *cx, HandleObject scopeChain, StackFrame *call
if (Emit1(cx, &bce, JSOP_STOP) < 0)
return NULL;
if (!script->fullyInitFromEmitter(cx, &bce))
if (!JSScript::fullyInitFromEmitter(cx, script, &bce))
return NULL;
bce.tellDebuggerAboutCompiledScript(cx);