Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index e9987718312098175fe66a3641fa403a1781bfb3..7e0e154be69453f96b7f28061944d9c9fecd64d1 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -755,8 +755,9 @@ class Parser : public ParserBase<ParserTraits> { |
Statement* ParseImportDeclaration(bool* ok); |
Statement* ParseExportDeclaration(bool* ok); |
Statement* ParseExportDefault(bool* ok); |
- void* ParseModuleDeclarationClause(ZoneList<const AstRawString*>* names, |
- bool* ok); |
+ void* ParseExportClause(ZoneList<const AstRawString*>* names, |
+ Scanner::Location* reserved_loc, bool* ok); |
+ void* ParseNamedImports(ZoneList<const AstRawString*>* names, bool* ok); |
Statement* ParseStatement(ZoneList<const AstRawString*>* labels, bool* ok); |
Statement* ParseFunctionDeclaration(ZoneList<const AstRawString*>* names, |
bool* ok); |