Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index f5d6bc955884acc3e7c3c83501f79b9a4c6a37d3..bc50cf0ca73e42865a7fee4418bf03dc83f89d96 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -2168,7 +2168,7 @@ bool Isolate::Init(Deserializer* des) { |
| builtins_.SetUp(this, create_heap_objects); |
| if (FLAG_ignition) { |
| - interpreter_->Initialize(create_heap_objects); |
| + interpreter_->Initialize(); |
| } |
| if (FLAG_log_internal_timer_events) { |