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

Unified Diff: runtime/bin/vmservice/observatory/deployed/web/packages/polymer/boot.js

Issue 745423003: Upgrade Observatory to latest SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/deployed/web/packages/polymer/boot.js
diff --git a/runtime/bin/vmservice/observatory/deployed/web/packages/polymer/boot.js b/runtime/bin/vmservice/observatory/deployed/web/packages/polymer/boot.js
index 419ebb12ea8a2e67c60addbbce8a053f5c327bd5..bdb1df4f4e630ad53b07772830bbdc2c9f3430fc 100644
--- a/runtime/bin/vmservice/observatory/deployed/web/packages/polymer/boot.js
+++ b/runtime/bin/vmservice/observatory/deployed/web/packages/polymer/boot.js
@@ -111,7 +111,7 @@
// TODO(jmesserly): we're using this function because DOMContentLoaded can
// be fired too soon: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23526
- HTMLImports.whenImportsReady(function() {
+ HTMLImports.whenReady(function() {
// Append a new script tag that initializes everything.
var newScript = document.createElement('script');
newScript.type = "application/dart";

Powered by Google App Engine
This is Rietveld 408576698