| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index fd0dd87560cfa9c2d18d5001e028c7f36c66258d..e9c578a9d99d97301250818aa13e5dc7301c7e16 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -142,6 +142,7 @@ const char* Dart::InitOnce(const uint8_t* vm_isolate_snapshot,
|
| TargetCPUFeatures::InitOnce();
|
| Object::InitOnce(vm_isolate_);
|
| ArgumentsDescriptor::InitOnce();
|
| + ICData::InitOnce();
|
| // When precompiled the stub code is initialized from the snapshot.
|
| if (!precompiled) {
|
| StubCode::InitOnce();
|
|
|