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

Unified Diff: sdk/lib/_internal/lib/js_helper.dart

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. Created 6 years, 11 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
« no previous file with comments | « sdk/lib/_internal/lib/internal_patch.dart ('k') | sdk/lib/_internal/lib/js_mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/lib/js_helper.dart
diff --git a/sdk/lib/_internal/lib/js_helper.dart b/sdk/lib/_internal/lib/js_helper.dart
index bc490dd982ec1fccfb601cf4bfc3f8309b6abab0..e7bde649eff53621fe4a0c28882eea462b9032ec 100644
--- a/sdk/lib/_internal/lib/js_helper.dart
+++ b/sdk/lib/_internal/lib/js_helper.dart
@@ -33,8 +33,8 @@ import 'dart:_foreign_helper' show
RAW_DART_FUNCTION_REF;
import 'dart:_interceptors';
-import 'dart:_collection-dev' as _symbol_dev;
-import 'dart:_collection-dev' show MappedIterable;
+import 'dart:_internal' as _symbol_dev;
+import 'dart:_internal' show MappedIterable;
import 'dart:_js_names' show
extractKeys,
« no previous file with comments | « sdk/lib/_internal/lib/internal_patch.dart ('k') | sdk/lib/_internal/lib/js_mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698