Index: runtime/vm/service.h |
diff --git a/runtime/vm/service.h b/runtime/vm/service.h |
index dfc6a21a02567a2af1186b52cfe751ba5c119750..a635dc30d08c7e37cdc9bb0bba341da412552605 100644 |
--- a/runtime/vm/service.h |
+++ b/runtime/vm/service.h |
@@ -47,6 +47,7 @@ class Service : public AllStatic { |
static void SendEchoEvent(Isolate* isolate, const char* text); |
static void SendGraphEvent(Isolate* isolate); |
+ static void SendInspectEvent(Isolate* isolate, const Object& inspectee); |
private: |
static void InvokeMethod(Isolate* isolate, const Array& message); |