Chromium Code Reviews| Index: runtime/vm/dart.cc |
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
| index 5cbfefad6cc486bcbb4cbd7e4d3a9f797fd338b0..fb4731a859e51be6eec64d1b418ea37bdadc5fa0 100644 |
| --- a/runtime/vm/dart.cc |
| +++ b/runtime/vm/dart.cc |
| @@ -98,6 +98,7 @@ const char* Dart::InitOnce(Dart_IsolateCreateCallback create, |
| FreeListElement::InitOnce(); |
| Api::InitOnce(); |
| CodeObservers::InitOnce(); |
| + ThreadInterrupter::InitOnce(); |
| Profiler::InitOnce(); |
| #if defined(USING_SIMULATOR) |
| Simulator::InitOnce(); |