| 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;
|
|
|