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

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

Issue 11931042: Move many iterable classes to collection_dev. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
index 8404404d60a9ba102bd2f9e5daaf494f0f9cf33a..21c6d8693df81600384cc80f73255b31981c8ccc 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
@@ -5,6 +5,7 @@
library _js_helper;
import 'dart:collection';
+import 'dart:collection-dev';
part 'constant_map.dart';
part 'native_helper.dart';

Powered by Google App Engine
This is Rietveld 408576698