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

Unified Diff: runtime/bin/io.dart

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 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/io.dart
diff --git a/runtime/bin/io.dart b/runtime/bin/io.dart
index f88e624860e1648a275e6951639a3a3d24860f2a..22d4c1a22e5120478aea99d7dc043e04d46ccd0d 100644
--- a/runtime/bin/io.dart
+++ b/runtime/bin/io.dart
@@ -9,3 +9,4 @@
#library("io");
#import("dart:nativewrappers");
Ivan Posva 2012/02/25 00:14:38 Should we list imports in alphabetical order like
Siggi Cherem (dart-lang) 2012/02/25 02:10:38 sounds good. Done.
#import("dart:coreimpl");
+#import("dart:isolate");

Powered by Google App Engine
This is Rietveld 408576698