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

Unified Diff: runtime/observatory/lib/src/debugger/debugger.dart

Issue 2873013004: Omnibus Observatory UI fixes: (Closed)
Patch Set: Created 3 years, 7 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/debugger/debugger.dart
diff --git a/runtime/observatory/lib/src/debugger/debugger.dart b/runtime/observatory/lib/src/debugger/debugger.dart
index ca7b0d91ae62c3aa9f742d3de1df9616474c3d31..fb297c79982b3890689a14e0be496e5694c0bf0d 100644
--- a/runtime/observatory/lib/src/debugger/debugger.dart
+++ b/runtime/observatory/lib/src/debugger/debugger.dart
@@ -8,7 +8,7 @@ part of debugger;
abstract class Debugger {
VM get vm;
Isolate get isolate;
- M.InstanceRepository instances;
+ M.ObjectRepository objects;
ServiceMap get stack;
int get currentFrame;
}
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/class_instances.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698