Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D30883
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