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

Unified Diff: runtime/bin/vmservice/client/web/index.html

Issue 184233007: Refactor Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/web/index.html
diff --git a/runtime/bin/vmservice/client/web/index.html b/runtime/bin/vmservice/client/web/index.html
index b70eb7f1d6ffeae21d69ade81ff01d4071664135..3fa51d05c2c13837f191f699b8b4ce753f5c39e2 100644
--- a/runtime/bin/vmservice/client/web/index.html
+++ b/runtime/bin/vmservice/client/web/index.html
@@ -7,7 +7,7 @@
<title>Dart VM Observatory</title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="packages/browser/interop.js"></script>
- <link rel="import" href="packages/observatory/observatory_elements.html">
+ <link rel="import" href="packages/observatory/elements.html">
<script type="application/dart" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>
</head>

Powered by Google App Engine
This is Rietveld 408576698