| Index: runtime/vm/service_isolate.h
|
| diff --git a/runtime/vm/service_isolate.h b/runtime/vm/service_isolate.h
|
| index bb7e029008782b5996b8c27a8f5482d1c82ec815..a942ec153e7148ebff0426cb73218c004389ded2 100644
|
| --- a/runtime/vm/service_isolate.h
|
| +++ b/runtime/vm/service_isolate.h
|
| @@ -32,6 +32,8 @@ class ServiceIsolate : public AllStatic {
|
| static void SendServiceExitMessage();
|
| static void Shutdown();
|
|
|
| + static void BootVmServiceLibrary();
|
| +
|
| private:
|
| static void KillServiceIsolate();
|
|
|
| @@ -47,10 +49,6 @@ class ServiceIsolate : public AllStatic {
|
| return create_callback_;
|
| }
|
|
|
| - static Dart_NativeFunction NativeResolver(Dart_Handle name,
|
| - int num_arguments,
|
| - bool* auto_setup_scope);
|
| -
|
| static Dart_IsolateCreateCallback create_callback_;
|
| static uint8_t* exit_message_;
|
| static intptr_t exit_message_length_;
|
| @@ -65,7 +63,6 @@ class ServiceIsolate : public AllStatic {
|
| friend class Dart;
|
| friend class RunServiceTask;
|
| friend class ServiceIsolateNatives;
|
| - friend class Bootstrap;
|
| };
|
|
|
| } // namespace dart
|
|
|