| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 621d31af6c5b9d883b5198738f3c3f81375fda63..5877856eb013e04f65143e4629f1c9114ff128e9 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -908,8 +908,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);
|
|
|