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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/library_view.html

Issue 509563004: Give instances their own model class; move DartErrors out of instance-ref into their own error-ref. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase and build Created 6 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
Index: runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html b/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
index 73fb13a693a758733b5a097a21b582b0c0ae1b29..c8aba4e68042bdc3ff0a7d182dd59bae4c7f488f 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
@@ -104,7 +104,7 @@
</div>
<div class="memberValue">
<template if="{{ field['value'] != null }}">
- <instance-ref ref="{{ field['value'] }}"></instance-ref>
+ <any-service-ref ref="{{ field['value'] }}"></any-service-ref>
</template>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698