Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index cda26df2803a1d6290bec2e279c3150ef84523bb..eba677c94bb945da45e6f2b4f3fbc3fbbc3e2845 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, |