| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 1dd19d91b202e8c0c7cffb8db96e4bee785ed95e..ad38e3c0b09772857512e8672c6dd776b07fb6a7 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -1126,8 +1126,8 @@ class Parser : public ParserBase<ParserTraits> {
|
| // Parser support
|
| VariableProxy* NewUnresolved(const AstRawString* name, VariableMode mode);
|
| Variable* Declare(Declaration* declaration,
|
| - DeclarationDescriptor::Kind declaration_kind, bool resolve,
|
| - bool* ok);
|
| + DeclarationDescriptor::Kind declaration_kind,
|
| + bool report_error, bool* ok);
|
|
|
| bool TargetStackContainsLabel(const AstRawString* label);
|
| BreakableStatement* LookupBreakTarget(const AstRawString* label, bool* ok);
|
|
|