| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index e79fccc4a3998378ec94399c5f2e5eeff0c4e7e6..f99605b983344ba1dda9f21cebe750e88df95387 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -35,7 +35,8 @@ class Dart : public AllStatic {
|
| Dart_FileWriteCallback file_write,
|
| Dart_FileCloseCallback file_close,
|
| Dart_EntropySource entropy_source,
|
| - Dart_GetVMServiceAssetsArchive get_service_assets);
|
| + Dart_GetVMServiceAssetsArchive get_service_assets,
|
| + bool start_kernel_isolate);
|
| static const char* Cleanup();
|
|
|
| static Isolate* CreateIsolate(const char* name_prefix,
|
|
|