| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 227344f32019aa89d3631baa0aba97bdc44678e5..b4d88255f7aaa729422549c7de84a44a938c8aa0 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -580,7 +580,7 @@ class Parser {
|
| // By making the 'exception handling' explicit, we are forced to check
|
| // for failure at the call sites.
|
| void* ParseSourceElements(ZoneList<Statement*>* processor,
|
| - int end_token, bool* ok);
|
| + int end_token, bool is_eval, bool* ok);
|
| Statement* ParseModuleElement(ZoneStringList* labels, bool* ok);
|
| Block* ParseModuleDeclaration(ZoneStringList* names, bool* ok);
|
| Module* ParseModule(bool* ok);
|
|
|