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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/script_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/script_ref.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/script_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/script_ref.html
index 14b4b6d7d7c8b36363af9acf2666205d39758e73..79f04493fefb2255db433055cbac1306c8a6226d 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/script_ref.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/script_ref.html
@@ -5,7 +5,7 @@
<polymer-element name="script-ref" extends="service-ref">
<template>
<link rel="stylesheet" href="css/shared.css">
- <a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a>
+ <a on-click="{{ goto }}" title="{{ hoverText }}" _href="{{ url }}">{{ name }}</a>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698