Merge mozilla-central to autoland. a=merge CLOSED TREE

This commit is contained in:
Brindusan Cristian
2019-05-25 00:54:26 +03:00
132 changed files with 1271 additions and 737 deletions

View File

@@ -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);
}