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

Unified Diff: sdk/lib/_collection_dev/collection_dev.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: sdk/lib/_collection_dev/collection_dev.dart
diff --git a/sdk/lib/_collection_dev/collection_dev.dart b/sdk/lib/_collection_dev/collection_dev.dart
index 6e883f6fc0fc03d7976863d5126a06eca7d4d756..d37ee3541eb88b21e75b673342edfb49c5156657 100644
--- a/sdk/lib/_collection_dev/collection_dev.dart
+++ b/sdk/lib/_collection_dev/collection_dev.dart
@@ -14,5 +14,6 @@ part 'arrays.dart';
part 'iterable.dart';
part 'list.dart';
part 'print.dart';
+part 'schedule_immediate.dart';
part 'sort.dart';
part 'symbol.dart';

Powered by Google App Engine
This is Rietveld 408576698