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

Unified Diff: runtime/observatory/web/main.dart

Issue 1125203002: Fix breakage due to package upgrades (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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/observatory/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/web/main.dart
diff --git a/runtime/observatory/web/main.dart b/runtime/observatory/web/main.dart
index 09ad35604f97d9d9bf0fc199b662d8d207b7d8ab..8e316d9eba7ba86f4d9894ead48316356c4fc671 100644
--- a/runtime/observatory/web/main.dart
+++ b/runtime/observatory/web/main.dart
@@ -21,7 +21,7 @@ main() {
Logger.root.info('Starting Observatory');
GoogleChart.initOnce().then((_) {
// Charts loaded, initialize polymer.
- initPolymer().run(() {
+ initPolymer().then((zone) {
Logger.root.info('Polymer initialized');
// Code here is in the polymer Zone, which ensures that
// @observable properties work correctly.
« no previous file with comments | « runtime/observatory/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698