Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 574cc7589e658fb585388210e9d79e3e744c4c74..e69743bf5ccc3e41892c054d3035d2b9aa71bc58 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -2080,9 +2080,6 @@ bool Isolate::Init(Deserializer* des) { |
| InitializeThreadLocal(); |
| bootstrapper_->Initialize(create_heap_objects); |
| - |
| - deoptimizer_data_ = new DeoptimizerData; |
| - |
| builtins_.SetUp(create_heap_objects); |
| // Only preallocate on the first initialization. |