| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index 470b3ffd28be4c9107dcaf8de0cd6a446e04fc83..a3234ca6324c9ab5c942a0f47a47228957d1d040 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -32,7 +32,8 @@ class Dart : public AllStatic {
|
| Dart_EntropySource entropy_source);
|
| static const char* Cleanup();
|
|
|
| - static Isolate* CreateIsolate(const char* name_prefix);
|
| + static Isolate* CreateIsolate(const char* name_prefix,
|
| + const Dart_IsolateFlags& api_flags);
|
| static RawError* InitializeIsolate(const uint8_t* snapshot, void* data);
|
| static void RunShutdownCallback();
|
| static void ShutdownIsolate();
|
|
|