Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2692)

Unified Diff: runtime/vm/scavenger.cc

Issue 342513004: Visual refresh of allocation profile page (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/scavenger.cc
diff --git a/runtime/vm/scavenger.cc b/runtime/vm/scavenger.cc
index 40049b8559530ca504b1565b94a6a3b79b4fdee0..e113cd9ba2e9fbe5aff7d7c467d02a69d7d44ca2 100644
--- a/runtime/vm/scavenger.cc
+++ b/runtime/vm/scavenger.cc
@@ -837,7 +837,7 @@ void Scavenger::WriteProtect(bool read_only) {
void Scavenger::PrintToJSONObject(JSONObject* object) {
JSONObject space(object, "new");
- space.AddProperty("type", "@Scavenger");
+ space.AddProperty("type", "Scavenger");
space.AddProperty("id", "heaps/new");
space.AddProperty("name", "Scavenger");
space.AddProperty("user_name", "new");
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698