| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index be6db3b5b80a3ad4d75bf4f7c8dbcda2bd86daf8..e06ae4e38d99b9348f7629f84e414ee6bc00ed72 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -22,6 +22,7 @@ class Dart : public AllStatic {
|
| public:
|
| static const char* InitOnce(
|
| const uint8_t* vm_isolate_snapshot,
|
| + const uint8_t* instructions_snapshot,
|
| Dart_IsolateCreateCallback create,
|
| Dart_IsolateInterruptCallback interrupt,
|
| Dart_IsolateUnhandledExceptionCallback unhandled,
|
|
|