Chromium Code Reviews| Index: runtime/vm/dart.cc |
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
| index adb4d3c638e986fcf9985606d61d2d10546e861f..a75ed2e0574c1ab38b8abacabd9bb2bce1e37a30 100644 |
| --- a/runtime/vm/dart.cc |
| +++ b/runtime/vm/dart.cc |
| @@ -68,6 +68,7 @@ class ReadOnlyHandles { |
| const char* Dart::InitOnce(const uint8_t* vm_isolate_snapshot, |
| + const uint8_t* instructions_snapshot, |
| Dart_IsolateCreateCallback create, |
| Dart_IsolateInterruptCallback interrupt, |
| Dart_IsolateUnhandledExceptionCallback unhandled, |