| Index: runtime/vm/service.h
|
| diff --git a/runtime/vm/service.h b/runtime/vm/service.h
|
| index 5c5bce74f598331e3699f83aa9b13486adc93cc0..2816173651ae7e2dace8828faeb8439e828ab4a2 100644
|
| --- a/runtime/vm/service.h
|
| +++ b/runtime/vm/service.h
|
| @@ -74,7 +74,7 @@ class Service : public AllStatic {
|
| Dart_ServiceRequestCallback callback,
|
| void* user_data);
|
|
|
| - static void SendEchoEvent(Isolate* isolate);
|
| + static void SendEchoEvent(Isolate* isolate, const char* text);
|
| static void SendGraphEvent(Isolate* isolate);
|
|
|
| static void MaybeInjectVMServiceLibrary(Isolate* isolate);
|
|
|