| Index: src/typing-reset.cc
|
| diff --git a/src/typing-reset.cc b/src/typing-reset.cc
|
| index 97a641a8d07d75d130a91f910e455df08bd8c6c8..af7641b48558ee2533104c10ba37af13255db53f 100644
|
| --- a/src/typing-reset.cc
|
| +++ b/src/typing-reset.cc
|
| @@ -14,8 +14,9 @@ namespace v8 {
|
| namespace internal {
|
|
|
|
|
| -TypingReseter::TypingReseter(CompilationInfo* info)
|
| - : AstExpressionVisitor(info) {}
|
| +TypingReseter::TypingReseter(Isolate* isolate, Zone* zone,
|
| + FunctionLiteral* root)
|
| + : AstExpressionVisitor(isolate, zone, root) {}
|
|
|
|
|
| void TypingReseter::VisitExpression(Expression* expression) {
|
|
|