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

Unified Diff: runtime/observatory/lib/src/elements/instance_ref.dart

Issue 2259573002: Restore missing properties (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/models/objects/instance.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/instance_ref.dart
diff --git a/runtime/observatory/lib/src/elements/instance_ref.dart b/runtime/observatory/lib/src/elements/instance_ref.dart
index db05718bf65d86f8e4552f6f2a34955e1e0e5fd2..861aede24482767bc190ba61c38da124f70c9240 100644
--- a/runtime/observatory/lib/src/elements/instance_ref.dart
+++ b/runtime/observatory/lib/src/elements/instance_ref.dart
@@ -293,7 +293,6 @@ class InstanceRefElement extends HtmlElement implements Renderable {
return _loadedInstance.typedElements
.map((e) => new DivElement()..text = '[ ${index++} ] : $e')
.toList()..addAll(_createShowMoreButton());
- break;
case M.InstanceKind.mirrorReference:
return [
new SpanElement()..text = '<referent> : ',
« no previous file with comments | « no previous file | runtime/observatory/lib/src/models/objects/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698