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

Unified Diff: runtime/bin/io.dart

Issue 9415043: Port async file operations to be using native ports instead or an isolate (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Implemented all file operations using native ports 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..7fe938119371a0acf7cdfb08e68203f3ce8209e6 100644
--- a/runtime/bin/io.dart
+++ b/runtime/bin/io.dart
@@ -9,3 +9,4 @@
#library("io");
#import("dart:nativewrappers");
#import("dart:coreimpl");
+#import("dart:builtin");
Mads Ager (google) 2012/02/20 13:50:31 Do you need this or was that for debug printing?
Søren Gjesse 2012/02/21 14:22:39 Reverted.

Powered by Google App Engine
This is Rietveld 408576698