| Index: runtime/vm/profiler.h
|
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
|
| index 2308d013d0e1fcae55d342fbf8b7846fefbe59a4..0b681c41caee8302bc9fcab43f6797b8d60bf41e 100644
|
| --- a/runtime/vm/profiler.h
|
| +++ b/runtime/vm/profiler.h
|
| @@ -45,8 +45,8 @@ class Profiler : public AllStatic {
|
| static void BeginExecution(Isolate* isolate);
|
| static void EndExecution(Isolate* isolate);
|
|
|
| - static void PrintToJSONStream(Isolate* isolate, JSONStream* stream,
|
| - bool full, TagOrder tag_order);
|
| + static void PrintJSON(Isolate* isolate, JSONStream* stream,
|
| + bool full, TagOrder tag_order);
|
| static void WriteProfile(Isolate* isolate);
|
|
|
| static SampleBuffer* sample_buffer() {
|
|
|