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

Unified Diff: runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html

Issue 342513004: Visual refresh of allocation profile page (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/client/deployed/web/packages/observatory/src/elements/code_view.html
diff --git a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html
index db45db9d4b9b9047539d219f56e20e1edd8baf23..07df134d4ba1733d32bce2657ef5038a2c27d190 100644
--- a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html
+++ b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html
@@ -1,8 +1,10 @@
+<link rel="import" href="../../../../packages/polymer/polymer.html">
<link rel="import" href="function_ref.html">
<link rel="import" href="instance_ref.html">
<link rel="import" href="observatory_element.html">
<link rel="import" href="nav_bar.html">
<link rel="import" href="script_ref.html">
+
<polymer-element name="code-view" extends="observatory-element">
<template>
<link rel="stylesheet" href="css/shared.css">
@@ -163,5 +165,6 @@
</template>
</div>
</template>
- <script type="application/dart" src="code_view.dart"></script>
</polymer-element>
+
+<script type="application/dart" src="code_view.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698