Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 22b3a5d9f8d119824d70369f1a7320545e7d2fed..7d77ba371af56a74c1048626ffde5e8d171f9a64 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -724,8 +724,7 @@ class ParserTraits { |
Expression* ThisExpression(Scope* scope, AstNodeFactory* factory, |
int pos = RelocInfo::kNoPosition); |
- Expression* SuperReference(Scope* scope, AstNodeFactory* factory, |
- int pos = RelocInfo::kNoPosition); |
+ Expression* SuperReference(Scope* scope, AstNodeFactory* factory, int pos); |
Expression* DefaultConstructor(bool call_super, Scope* scope, int pos, |
int end_pos); |
Literal* ExpressionFromLiteral(Token::Value token, int pos, Scanner* scanner, |