Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index e3cee84097346b881e8b1e9f744af1cb4a150a02..93af6998681e1e251cd225179282433af33a06c2 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -549,6 +549,9 @@ class ParserTraits { |
Expression* ThisExpression(Scope* scope, |
AstNodeFactory<AstConstructionVisitor>* factory, |
int pos = RelocInfo::kNoPosition); |
+ Expression* SuperReference(Scope* scope, |
+ AstNodeFactory<AstConstructionVisitor>* factory, |
+ int pos = RelocInfo::kNoPosition); |
Literal* ExpressionFromLiteral( |
Token::Value token, int pos, Scanner* scanner, |
AstNodeFactory<AstConstructionVisitor>* factory); |