Chromium Code Reviews| Index: src/typing.cc |
| diff --git a/src/typing.cc b/src/typing.cc |
| index fcf5f5a00808bc33876f6a8c23e181fe7cc6dfaf..d73626fa4ac5117958f5ed9941d5d7dad0338c7d 100644 |
| --- a/src/typing.cc |
| +++ b/src/typing.cc |
| @@ -26,7 +26,7 @@ AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure, |
| handle(closure->shared()->feedback_vector()), |
| handle(closure->context()->native_context())), |
| store_(zone) { |
| - InitializeAstVisitor(isolate, zone); |
| + InitializeAstVisitor(isolate); |
| } |