| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index f894b49214d699e675bd7e8ea1f57ef7a8d9979c..1dccc626b5bd72726f3a0ba9a510ac598b70174f 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1917,8 +1917,6 @@ bool Isolate::Init(Deserializer* des) {
|
|
|
| deoptimizer_data_ = new DeoptimizerData(memory_allocator_);
|
|
|
| - CallDescriptors::InitializeForIsolate(this);
|
| -
|
| const bool create_heap_objects = (des == NULL);
|
| if (create_heap_objects && !heap_.CreateHeapObjects()) {
|
| V8::FatalProcessOutOfMemory("heap object creation");
|
|
|