| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 52d3d036c2f7feb85882721eeb2a9da1460c095d..b510456474b054fca0fd72d2369c7b593e36ac5b 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -586,7 +586,7 @@ class Parser {
|
| void* ParseSourceElements(ZoneList<Statement*>* processor,
|
| int end_token, bool is_eval, bool* ok);
|
| Statement* ParseModuleElement(ZoneStringList* labels, bool* ok);
|
| - Block* ParseModuleDeclaration(ZoneStringList* names, bool* ok);
|
| + Statement* ParseModuleDeclaration(ZoneStringList* names, bool* ok);
|
| Module* ParseModule(bool* ok);
|
| Module* ParseModuleLiteral(bool* ok);
|
| Module* ParseModulePath(bool* ok);
|
|
|