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

Unified Diff: runtime/observatory/lib/src/service/object.dart

Issue 2165913004: Converted Observatory class-nav-menu element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Marged with master Created 4 years, 5 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/observatory/lib/src/models/objects/class.dart ('k') | runtime/observatory/observatory_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « runtime/observatory/lib/src/models/objects/class.dart ('k') | runtime/observatory/observatory_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698