Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index d93faaf0e1d8cfc8434b35f891eec1aeed16f2b6..4929bbb91e61378427b1763bc469edc7744040e2 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -909,9 +909,9 @@ class Parser : public ParserBase<ParserTraits> { |
ZoneList<const AstRawString*>* names, |
bool* ok); |
Block* ParseVariableDeclarations(VariableDeclarationContext var_context, |
- VariableDeclarationProperties* decl_props, |
ZoneList<const AstRawString*>* names, |
const AstRawString** out, |
+ Scanner::Location* first_initializer_loc, |
bool* ok); |
Statement* ParseExpressionOrLabelledStatement( |
ZoneList<const AstRawString*>* labels, bool* ok); |