Bug 766821 - Clear dead wood from Bindings. r=luke.
This commit is contained in:
@@ -275,7 +275,7 @@ frontend::CompileFunctionBody(JSContext *cx, JSFunction *fun,
|
||||
if (!funbce.init())
|
||||
return false;
|
||||
|
||||
funsc.bindings.transfer(cx, bindings);
|
||||
funsc.bindings.transfer(bindings);
|
||||
fun->setArgCount(funsc.bindings.numArgs());
|
||||
if (!GenerateBlockId(&funsc, funsc.bodyid))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user