| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index b6995524bc161dae21e922226614d7e5ab91b2c1..1f03df3d4cc455b67a9e93dc557051d2772cc2d1 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -458,7 +458,7 @@ class Isolate : public BaseIsolate {
|
| return profiler_data_;
|
| }
|
|
|
| - void PrintToJSONStream(JSONStream* stream, bool ref = true);
|
| + void PrintJSON(JSONStream* stream, bool ref = true);
|
|
|
| void set_thread_state(InterruptableThreadState* state) {
|
| ASSERT((thread_state_ == NULL) || (state == NULL));
|
|
|