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