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

Unified Diff: runtime/bin/io.dart

Issue 10387082: Fix URL decoding in HTTP library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fix Created 8 years, 7 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..406045db72ee7d6700f80976bbbde840d1e3f9aa 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:utf");

Powered by Google App Engine
This is Rietveld 408576698