Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 4139ba5811f85066e9eea730933e3dea30767531..343da07e89ee319f2738b2d48abbbf8603b57cdb 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -715,6 +715,7 @@ class Parser : public ParserBase<ParserTraits> { |
Scanner::Location* reserved_loc, bool* ok); |
void* ParseNamedImports(ZoneList<const AstRawString*>* names, bool* ok); |
Statement* ParseStatement(ZoneList<const AstRawString*>* labels, bool* ok); |
+ Statement* ParseSubStatement(ZoneList<const AstRawString*>* labels, bool* ok); |
Statement* ParseFunctionDeclaration(ZoneList<const AstRawString*>* names, |
bool* ok); |
Statement* ParseClassDeclaration(ZoneList<const AstRawString*>* names, |