| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 4d39b00acd22675aa26b1ad87826b9e0c66eab05..6579aaf853665d379332d262c7732a4e36fa7b05 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -299,12 +299,12 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) {
|
| Object::VerifyBuiltinVtables();
|
|
|
| StubCode::Init(isolate);
|
| + isolate->megamorphic_cache_table()->InitMissHandler();
|
| if (snapshot_buffer == NULL) {
|
| if (!isolate->object_store()->PreallocateObjects()) {
|
| return isolate->object_store()->sticky_error();
|
| }
|
| }
|
| - isolate->megamorphic_cache_table()->InitMissHandler();
|
|
|
| isolate->heap()->EnableGrowthControl();
|
| isolate->set_init_callback_data(data);
|
|
|