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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/code_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/code_ref.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/code_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/code_ref.html
index 717ace271db56f7443453e10b86f5cc2a27e705d..c6e53d563209fb4ae3469243fa4566fde9ef2541 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/code_ref.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/code_ref.html
@@ -6,10 +6,10 @@
<link rel="stylesheet" href="css/shared.css">
<template if="{{ code.isDartCode }}">
<template if="{{ code.isOptimized }}">
- <a on-click="{{ goto }}" href="{{ url }}">*{{ name }}</a>
+ <a on-click="{{ goto }}" _href="{{ url }}">*{{ name }}</a>
</template>
<template if="{{ !code.isOptimized }}">
- <a on-click="{{ goto }}" href="{{ url }}">{{ name }}</a>
+ <a on-click="{{ goto }}" _href="{{ url }}">{{ name }}</a>
</template>
</template>
<template if="{{ !code.isDartCode }}">

Powered by Google App Engine
This is Rietveld 408576698