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

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

Issue 11859037: Remove collection-dev from the html and js-helper library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also avoid collection-dev in js-helper. 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 838842e1b4f6b63d5ff050ac689870ee731e2341..fe7e0b466a38f1ca8fde1b4b9123d11c1d0582eb 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
@@ -5,7 +5,6 @@
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