| Index: src/preparser.h
|
| diff --git a/src/preparser.h b/src/preparser.h
|
| index 92c762d36bcbbe4930bfac5fdeee1b1cae197a26..1199da5feef9b8b76d9010d6136e8d6af534d30b 100644
|
| --- a/src/preparser.h
|
| +++ b/src/preparser.h
|
| @@ -1590,6 +1590,7 @@ class PreParser : public ParserBase<PreParserTraits> {
|
| Statement ParseVariableDeclarations(VariableDeclarationContext var_context,
|
| VariableDeclarationProperties* decl_props,
|
| int* num_decl,
|
| + Scanner::Location* first_initializer_loc,
|
| bool* ok);
|
| Statement ParseExpressionOrLabelledStatement(bool* ok);
|
| Statement ParseIfStatement(bool* ok);
|
|
|