Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 9759ba084158676861c2f4f8d42021e1bf15c671..cafe546191bba737b06692b79d23808ec40feee5 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2559,9 +2559,7 @@ bool Isolate::Init(Deserializer* des) { |
} |
load_stub_cache_->Initialize(); |
store_stub_cache_->Initialize(); |
- if (FLAG_ignition || serializer_enabled()) { |
- interpreter_->Initialize(); |
- } |
+ interpreter_->Initialize(); |
heap_.NotifyDeserializationComplete(); |
} |