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

Unified Diff: runtime/bin/vmservice/client/web/index_devtools.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
« no previous file with comments | « runtime/bin/vmservice/client/web/index.html ('k') | runtime/vm/class_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/web/index_devtools.html
diff --git a/runtime/bin/vmservice/client/web/index_devtools.html b/runtime/bin/vmservice/client/web/index_devtools.html
index b8b66c7f4b7f88057c460286cffcce5e85efd999..28a9cd1238713995d3465541f1aa3cbc945814d3 100644
--- a/runtime/bin/vmservice/client/web/index_devtools.html
+++ b/runtime/bin/vmservice/client/web/index_devtools.html
@@ -2,8 +2,9 @@
<head>
<title>Dart VM Observatory</title>
<meta charset="utf-8">
- <script type="text/javascript" src="https://www.google.com/jsapi"></script>
+ <script src="packages/web_components/platform.js"></script>
<link rel="import" href="packages/polymer/polymer.html">
+ <script type="text/javascript" src="https://www.google.com/jsapi"></script>
<link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css">
<link rel="import" href="packages/observatory/elements.html">
<script type="application/dart" src="main.dart"></script>
« no previous file with comments | « runtime/bin/vmservice/client/web/index.html ('k') | runtime/vm/class_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698