| Index: src/parsing/parser.h
 | 
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
 | 
| index 6fbd9126af63cd577f95ac0e7f6df1951c435077..101a9ca8acb7e363b630c5461820e13605df0660 100644
 | 
| --- a/src/parsing/parser.h
 | 
| +++ b/src/parsing/parser.h
 | 
| @@ -1042,7 +1042,8 @@ class Parser : public ParserBase<ParserTraits> {
 | 
|    Variable* Declare(Declaration* declaration,
 | 
|                      DeclarationDescriptor::Kind declaration_kind, bool resolve,
 | 
|                      bool* ok, Scope* declaration_scope = nullptr);
 | 
| -  void DeclareImport(const AstRawString* local_name, int pos, bool* ok);
 | 
| +  void DeclareConstVariable(const AstRawString* name, InitializationFlag init,
 | 
| +                            int pos, bool* ok);
 | 
|  
 | 
|    bool TargetStackContainsLabel(const AstRawString* label);
 | 
|    BreakableStatement* LookupBreakTarget(const AstRawString* label, bool* ok);
 | 
| 
 |