| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index b91c4c28f25dafe491c3085aba36c071cd48791e..3bcc3060fb193bf506ab3b5a924f048fe68a4452 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -883,7 +883,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 "",
|
|
|