| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index b4c628ebb297fa90d86594c2656423dada3dc298..58253e1bb6919309a444864f10bfff904efb837f 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -910,8 +910,7 @@ class Parser : public ParserBase<ParserTraits> {
|
| // which is set to false if parsing failed; it is unchanged otherwise.
|
| // By making the 'exception handling' explicit, we are forced to check
|
| // for failure at the call sites.
|
| - void* ParseStatementList(ZoneList<Statement*>* body, int end_token,
|
| - bool is_eval, Scope** ad_hoc_eval_scope, bool* ok);
|
| + void* ParseStatementList(ZoneList<Statement*>* body, int end_token, bool* ok);
|
| Statement* ParseStatementListItem(bool* ok);
|
| void* ParseModuleItemList(ZoneList<Statement*>* body, bool* ok);
|
| Statement* ParseModuleItem(bool* ok);
|
|
|