Index: runtime/vm/profiler_service.cc |
diff --git a/runtime/vm/profiler_service.cc b/runtime/vm/profiler_service.cc |
index 29be014086d9a1bcc08952c28480af259b485ccd..9fd95f2c9d19e60505acf2d9017b91d91979974a 100644 |
--- a/runtime/vm/profiler_service.cc |
+++ b/runtime/vm/profiler_service.cc |
@@ -200,7 +200,7 @@ class ProfileFunction : public ZoneAllocated { |
void PrintToJSONObject(JSONObject* func) { |
func->AddProperty("type", "@Function"); |
func->AddProperty("name", name()); |
- func->AddProperty("kind", KindToCString(kind())); |
+ func->AddProperty("_kind", KindToCString(kind())); |
} |
void PrintToJSONArray(JSONArray* functions) { |