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

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

Issue 483103003: Incoming references service request and UI. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/class_ref.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
index 8d39d2e68e5303192e74bcda2f64b15a08a42bae..726a48e7988b731ce4fa961361089c92fa02d6fd 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
@@ -2,7 +2,7 @@
<link rel="import" href="service_ref.html">
<polymer-element name="class-ref" extends="service-ref">
- <template><link rel="stylesheet" href="css/shared.css"><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></template>
+ <template><link rel="stylesheet" href="css/shared.css"><span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></span></template>
</polymer-element>
<script type="application/dart" src="class_ref.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698