| Index: src/typing-reset.h | 
| diff --git a/src/typing-reset.h b/src/typing-reset.h | 
| index 7d87dc0f50c873393b039a062b014935010e579d..b809eb21618084ea8475bba2566cfb4b498c8e82 100644 | 
| --- a/src/typing-reset.h | 
| +++ b/src/typing-reset.h | 
| @@ -15,7 +15,7 @@ namespace internal { | 
|  | 
| class TypingReseter : public AstExpressionVisitor { | 
| public: | 
| -  explicit TypingReseter(CompilationInfo* info); | 
| +  TypingReseter(Isolate* isolate, Zone* zone, FunctionLiteral* root); | 
|  | 
| protected: | 
| void VisitExpression(Expression* expression) override; | 
|  |