| Index: src/interpreter/bytecode-generator.h
 | 
| diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
 | 
| index e8b7cc020a4df68af4a4f91301c538ae1125d59b..104419b9e61e3dfc4a5e6a0c590778c466de63ef 100644
 | 
| --- a/src/interpreter/bytecode-generator.h
 | 
| +++ b/src/interpreter/bytecode-generator.h
 | 
| @@ -140,7 +140,7 @@ class BytecodeGenerator final : public AstVisitor<BytecodeGenerator> {
 | 
|    void VisitBuildLocalActivationContext();
 | 
|    void VisitBlockDeclarationsAndStatements(Block* stmt);
 | 
|    void VisitNewLocalBlockContext(Scope* scope);
 | 
| -  void VisitNewLocalCatchContext(Variable* variable);
 | 
| +  void VisitNewLocalCatchContext(Variable* variable, Scope* scope);
 | 
|    void VisitNewLocalWithContext();
 | 
|    void VisitFunctionClosureForContext();
 | 
|    void VisitSetHomeObject(Register value, Register home_object,
 | 
| 
 |