Index: runtime/vm/service_event.h |
diff --git a/runtime/vm/service_event.h b/runtime/vm/service_event.h |
index 80c3b697bc1165ccecc1d1ae6a9b43840315d9db..576e634f11c2d9531fb2efc0488ecb1cdf5f866d 100644 |
--- a/runtime/vm/service_event.h |
+++ b/runtime/vm/service_event.h |
@@ -15,6 +15,7 @@ class ServiceEvent { |
public: |
enum EventKind { |
kIsolateStart, // New isolate has started |
+ kIsolateRunnable, // Isolate is ready to run |
kIsolateExit, // Isolate has exited |
kIsolateUpdate, // Isolate identity information has changed |