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

Unified Diff: runtime/lib/async_patch.dart

Issue 88783002: Isolate.spawn{Uri} only reports errors asynchronously. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dart2js. Created 7 years, 1 month 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/lib/async_patch.dart
diff --git a/pkg/shadow_dom/lib/src/platform/platform-init.js b/runtime/lib/async_patch.dart
similarity index 64%
copy from pkg/shadow_dom/lib/src/platform/platform-init.js
copy to runtime/lib/async_patch.dart
index 4e83afc8c5fafb541d0e44d97fbd3621ddba5040..3299bc987df1279f92d213bee357c9793f74a90e 100644
--- a/pkg/shadow_dom/lib/src/platform/platform-init.js
+++ b/runtime/lib/async_patch.dart
@@ -2,4 +2,5 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-var Platform = {};
+import "dart:_collection-dev" show ScheduleImmediateClosure,
+ scheduleImmediateClosure;

Powered by Google App Engine
This is Rietveld 408576698