| Index: runtime/vm/profiler_service.h
|
| diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h
|
| index 7f0b9a3e018e03b0fe09f716c5f84c569af6f9e5..621db01286e01b11f08c92ee015e9650b2a47e6e 100644
|
| --- a/runtime/vm/profiler_service.h
|
| +++ b/runtime/vm/profiler_service.h
|
| @@ -387,7 +387,7 @@ class ProfilerService : public AllStatic {
|
| static void ClearSamples();
|
|
|
| private:
|
| - static void PrintJSONImpl(Isolate* isolate,
|
| + static void PrintJSONImpl(Thread* thread,
|
| JSONStream* stream,
|
| Profile::TagOrder tag_order,
|
| intptr_t extra_tags,
|
|
|