Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index e461a99d84cfdcd6a13a4a9c2d81ab5fa1647581..7d77767743b89de5f683055dd211f762dab8335c 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -558,7 +558,7 @@ class ParserTraits { |
Expression* ClassExpression(const AstRawString* name, Expression* extends, |
Expression* constructor, |
ZoneList<ObjectLiteral::Property*>* properties, |
- int pos, |
+ int start_position, int end_position, |
AstNodeFactory<AstConstructionVisitor>* factory); |
Literal* ExpressionFromLiteral( |