| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index b96a0b89a11ac3ee4ea874474d82b59191e27400..2c6b05b125fb710d6bf0ea88d5b11c1f2c8d3d05 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -882,7 +882,7 @@ void Isolate::VisitPrologueWeakPersistentHandles(HandleVisitor* visitor) {
|
| }
|
|
|
|
|
| -void Isolate::PrintToJSONStream(JSONStream* stream, bool ref) {
|
| +void Isolate::PrintJSON(JSONStream* stream, bool ref) {
|
| JSONObject jsobj(stream);
|
| jsobj.AddProperty("type", (ref ? "@Isolate" : "Isolate"));
|
| jsobj.AddPropertyF("id", "isolates/%" Pd "",
|
|
|