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

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

Issue 457803002: Initial UI for Metrics in Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/isolate_ref.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/isolate_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/isolate_ref.html
index d9befe4604073c2d7d89398a52f3fd81608dac0f..ccc8a20a4fb902e01d785fd1d525c22fc4804e2b 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/isolate_ref.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/isolate_ref.html
@@ -2,7 +2,7 @@
<link rel="import" href="service_ref.html">
<polymer-element name="isolate-ref" extends="service-ref">
<template><link rel="stylesheet" href="css/shared.css">
- <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a>
+ <a on-click="{{ goto }}" _href="{{ url }}">{{ ref.name }}</a>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698