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

Unified Diff: sdk/lib/io/io.dart

Issue 75033003: Don't use linked maps/sets in http internals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « sdk/lib/io/http_session.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 0c08ff542eb632e977a37c25a79d75e530256ea4..1cf9c4d3999a2d01fc97c60475e1f8e651d756e9 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -16,7 +16,8 @@ library dart.io;
import 'dart:async';
import 'dart:_collection-dev';
-import 'dart:collection' show LinkedHashSet,
+import 'dart:collection' show HashMap,
+ HashSet,
LinkedList,
LinkedListEntry;
import 'dart:convert';
« no previous file with comments | « sdk/lib/io/http_session.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698