| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 1f2ac8865090324509680fff046ecf97482346f6..77e90dbf7624d05cc86da0d0ee8e90e7518ecea1 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -218,7 +218,6 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) {
|
| FLAG_new_gen_semi_max_size * MBInWords,
|
| FLAG_old_gen_heap_size * MBInWords,
|
| FLAG_external_max_size * MBInWords);
|
| - ObjectIdRing::Init(isolate);
|
| ObjectStore::Init(isolate);
|
|
|
| // Setup for profiling.
|
|
|