Chromium Code Reviews

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

Issue 246833003: Revert "Remove unmodifiable map wrappers that could instead use UnmodifiableMapView." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sdk/lib/io/http_headers.dart ('k') | sdk/lib/io/platform_impl.dart » ('j') | 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 70e7ff5b36ba5375268854886c8b8fd5d2da0a07..974d2d1852b40193e957935ab1f6ac20a44a8c93 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -201,8 +201,7 @@ import 'dart:_internal';
import 'dart:collection' show HashMap,
HashSet,
LinkedList,
- LinkedListEntry,
- UnmodifiableMapView;
+ LinkedListEntry;
import 'dart:convert';
import 'dart:isolate';
import 'dart:math';
« no previous file with comments | « sdk/lib/io/http_headers.dart ('k') | sdk/lib/io/platform_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine