| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index da43ac00a9e0fd4db35c7070caa91f36c970bf5b..8b9070cfdad9ff34d6cc68fee3d8c32e958fb8a5 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -865,6 +865,7 @@ typedef bool (*Dart_EntropySource)(uint8_t* buffer, intptr_t length);
|
| */
|
| DART_EXPORT bool Dart_Initialize(
|
| const uint8_t* vm_isolate_snapshot,
|
| + const uint8_t* instructions_snapshot,
|
| Dart_IsolateCreateCallback create,
|
| Dart_IsolateInterruptCallback interrupt,
|
| Dart_IsolateUnhandledExceptionCallback unhandled_exception,
|
|
|