Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: runtime/vm/service_isolate.h

Issue 1965823002: Initial isolate reload support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698