| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index 9b64c07e5a62417a855ed0d8cf4a3adeeb4d6df1..ec9fbd3b100df6314bb68a37bcd3e17f7d1075ea 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -1491,8 +1491,8 @@ void Isolate::VisitPrologueWeakPersistentHandles(HandleVisitor* visitor) {
|
| void Isolate::PrintJSON(JSONStream* stream, bool ref) {
|
| JSONObject jsobj(stream);
|
| jsobj.AddProperty("type", (ref ? "@Isolate" : "Isolate"));
|
| - jsobj.AddPropertyF("id", "isolates/%" Pd "",
|
| - static_cast<intptr_t>(main_port()));
|
| + jsobj.AddFixedServiceId("isolates/%" Pd "",
|
| + static_cast<intptr_t>(main_port()));
|
|
|
| jsobj.AddProperty("name", debugger_name());
|
| jsobj.AddPropertyF("number", "%" Pd "",
|
|
|