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

Unified Diff: runtime/observatory/lib/src/models/objects/allocation_profile.dart

Issue 2294073003: Converted Observatory class-view element (Closed)
Patch Set: Addressed comments Created 4 years, 4 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
Index: runtime/observatory/lib/src/models/objects/allocation_profile.dart
diff --git a/runtime/observatory/lib/src/models/objects/allocation_profile.dart b/runtime/observatory/lib/src/models/objects/allocation_profile.dart
index f9e17a5a3a2def1a0ab4f4f330ab28aa1b18184d..6a60a624a09697c6763b7c90dc072f9406b7e21e 100644
--- a/runtime/observatory/lib/src/models/objects/allocation_profile.dart
+++ b/runtime/observatory/lib/src/models/objects/allocation_profile.dart
@@ -12,7 +12,6 @@ abstract class AllocationProfile {
Iterable<ClassHeapStats> get members;
}
-
abstract class ClassHeapStats {
ClassRef get clazz;
Allocations get newSpace;

Powered by Google App Engine
This is Rietveld 408576698