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

Unified Diff: runtime/bin/io.dart

Issue 10119005: Add HTTP handler registration to the HTTP server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 7234988f6ce64855cc32c7bd98f82973f0efedcd..5ed132d051e3c1fbe1576ba83412022643d507c0 100644
--- a/runtime/bin/io.dart
+++ b/runtime/bin/io.dart
@@ -11,3 +11,4 @@
#import("dart:isolate");
#import("dart:nativewrappers");
#import("dart:uri");
+#import("dart:builtin");

Powered by Google App Engine
This is Rietveld 408576698