Rename PopStatementCG and NewScriptFromCG. Bug 696876, part 3 of 3. r=dvander.

This commit is contained in:
Jason Orendorff
2011-10-27 09:29:50 -05:00
parent ab18d27cb8
commit 6865bf3624
6 changed files with 28 additions and 28 deletions

View File

@@ -263,7 +263,7 @@ BytecodeCompiler::compileScript(JSContext *cx, JSObject *scopeChain, StackFrame
JS_ASSERT(bce.version() == version);
script = JSScript::NewScriptFromCG(cx, &bce);
script = JSScript::NewScriptFromEmitter(cx, &bce);
if (!script)
goto out;