| Index: runtime/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
|
| index 54b1c02ab6f21747179cb09a60e8effe106d04c4..3491825352d8dc43bf463a44d240989cf90f39b7 100644
|
| --- a/runtime/observatory/lib/src/service/object.dart
|
| +++ b/runtime/observatory/lib/src/service/object.dart
|
| @@ -2234,7 +2234,7 @@ class Allocations {
|
| bool get empty => accumulated.empty && current.empty;
|
| }
|
|
|
| -class Class extends HeapObject {
|
| +class Class extends HeapObject implements M.ClassRef {
|
| @observable Library library;
|
|
|
| @observable bool isAbstract;
|
|
|