Chromium Code Reviews| Index: runtime/vm/service.h |
| diff --git a/runtime/vm/service.h b/runtime/vm/service.h |
| index 164a94f1cd29b25ea001c6dc4859e81462cf5a5a..5018fc4a8eb348587a8f1bcd6441d7681aa4beba 100644 |
| --- a/runtime/vm/service.h |
| +++ b/runtime/vm/service.h |
| @@ -184,7 +184,8 @@ class Service : public AllStatic { |
| const uint8_t* data, |
| intptr_t size); |
| - static void PostEvent(const char* stream_id, |
| + static void PostEvent(Isolate* isolate, |
| + const char* stream_id, |
| const char* kind, |
| JSONStream* event); |