Index: runtime/vm/service_isolate.h |
diff --git a/runtime/vm/service_isolate.h b/runtime/vm/service_isolate.h |
index e71027f3479f0526abee34459af52544205c5d02..fbcd1368e0f244a097e3452f4def9d4f73d9d8fe 100644 |
--- a/runtime/vm/service_isolate.h |
+++ b/runtime/vm/service_isolate.h |
@@ -20,6 +20,7 @@ class ServiceIsolate : public AllStatic { |
static bool Exists(); |
static bool IsRunning(); |
static bool IsServiceIsolate(Isolate* isolate); |
+ static bool IsServiceIsolateDescendant(Isolate* isolate); |
static Dart_Port Port(); |
static Dart_Port WaitForLoadPort(); |
@@ -56,6 +57,7 @@ class ServiceIsolate : public AllStatic { |
static Isolate* isolate_; |
static Dart_Port port_; |
static Dart_Port load_port_; |
+ static Dart_Port origin_; |
friend class Dart; |
friend class RunServiceTask; |