Merge mozilla-central to autoland. a=merge CLOSED TREE
This commit is contained in:
@@ -275,7 +275,7 @@ JS::Result<FunctionBox*> BinASTParserPerTokenizer<Tok>::buildFunctionBox(
|
||||
|
||||
traceListHead_ = funbox;
|
||||
if (pc_) {
|
||||
funbox->initWithEnclosingParseContext(pc_, fun,syntax);
|
||||
funbox->initWithEnclosingParseContext(pc_, fun, syntax);
|
||||
} else {
|
||||
funbox->initFromLazyFunction(fun);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user