Index: runtime/vm/service_isolate.h |
diff --git a/runtime/vm/service_isolate.h b/runtime/vm/service_isolate.h |
index fbcd1368e0f244a097e3452f4def9d4f73d9d8fe..36e7c290bff83c4a347989d650a8397fac9ea142 100644 |
--- a/runtime/vm/service_isolate.h |
+++ b/runtime/vm/service_isolate.h |
@@ -48,6 +48,8 @@ class ServiceIsolate : public AllStatic { |
static Dart_Handle LibraryTagHandler(Dart_LibraryTag tag, Dart_Handle library, |
Dart_Handle url); |
+ static void KillAllIsolates(); |
+ |
static Dart_IsolateCreateCallback create_callback_; |
static uint8_t* exit_message_; |
static intptr_t exit_message_length_; |