Chromium Code Reviews| Index: runtime/vm/dart.cc | 
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc | 
| index d49b7f4b88d8f6de906b8b8ff191a0ce90b31fb5..f1a14fe2b73a99f50806e1861ff014241b08d5cc 100644 | 
| --- a/runtime/vm/dart.cc | 
| +++ b/runtime/vm/dart.cc | 
| @@ -103,6 +103,7 @@ const char* Dart::InitOnce(const uint8_t* vm_isolate_snapshot, | 
| Profiler::InitOnce(); | 
| SemiSpace::InitOnce(); | 
| Metric::InitOnce(); | 
| + StoreBuffer::InitOnce(); | 
| #if defined(USING_SIMULATOR) | 
| Simulator::InitOnce(); |