| Index: runtime/vm/class_table.cc
|
| diff --git a/runtime/vm/class_table.cc b/runtime/vm/class_table.cc
|
| index d9dfd766fca0041fccf368d6ad019668b838a8ce..8ec699b6bf21f4ca2f3d77bbc26ba122eeb4f344 100644
|
| --- a/runtime/vm/class_table.cc
|
| +++ b/runtime/vm/class_table.cc
|
| @@ -304,7 +304,6 @@ void ClassHeapStats::UpdatePromotedAfterNewGC() {
|
| void ClassHeapStats::PrintToJSONObject(const Class& cls,
|
| JSONObject* obj) const {
|
| obj->AddProperty("type", "ClassHeapStats");
|
| - obj->AddPropertyF("id", "allocationprofile/%" Pd "", cls.id());
|
| obj->AddProperty("class", cls);
|
| {
|
| JSONArray new_stats(obj, "new");
|
| @@ -423,7 +422,6 @@ void ClassTable::AllocationProfilePrintJSON(JSONStream* stream) {
|
| ASSERT(heap != NULL);
|
| JSONObject obj(stream);
|
| obj.AddProperty("type", "AllocationProfile");
|
| - obj.AddProperty("id", "allocationprofile");
|
| obj.AddPropertyF(
|
| "dateLastAccumulatorReset",
|
| "%" Pd64 "",
|
|
|