Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 3c9a89999a7bb52191dcb2b63ea69f2bdf498eb1..8b6920ba5df6e3b80bc0c80e1d1887c859bc9614 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -2253,8 +2253,7 @@ bool Isolate::Init(Deserializer* des) { |
| des->Deserialize(this); |
| } |
| stub_cache_->Initialize(); |
| - |
| - if (FLAG_ignition) { |
| + if (FLAG_ignition || serializer_enabled()) { |
| interpreter_->Initialize(); |
| } |