Index: runtime/vm/service_isolate.h |
diff --git a/runtime/vm/service_isolate.h b/runtime/vm/service_isolate.h |
index 1b1a9f66bac753c708f3811e2e11ad115bc78c71..dc2e4be15a491f39e2cec44d6fd7a920e1efabe1 100644 |
--- a/runtime/vm/service_isolate.h |
+++ b/runtime/vm/service_isolate.h |
@@ -19,8 +19,8 @@ class ServiceIsolate : public AllStatic { |
static bool Exists(); |
static bool IsRunning(); |
- static bool IsServiceIsolate(Isolate* isolate); |
- static bool IsServiceIsolateDescendant(Isolate* isolate); |
+ static bool IsServiceIsolate(const Isolate* isolate); |
+ static bool IsServiceIsolateDescendant(const Isolate* isolate); |
static Dart_Port Port(); |
static Dart_Port WaitForLoadPort(); |