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