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

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

Issue 133893007: Rename internal library dart:_collection-dev to dart:_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo in dart2js Symbol lookup. 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
Index: sdk/lib/typed_data/typed_data.dart
diff --git a/sdk/lib/typed_data/typed_data.dart b/sdk/lib/typed_data/typed_data.dart
index 9d37eb6830760eb3f83699c60121a9228a7be644..d616ffb36d0c36d89a81477d1f6e107e2191a6b1 100644
--- a/sdk/lib/typed_data/typed_data.dart
+++ b/sdk/lib/typed_data/typed_data.dart
@@ -5,7 +5,7 @@
library dart.typed_data;
import 'dart:collection';
-import 'dart:_collection-dev';
+import 'dart:_internal';
Ivan Posva 2014/01/14 23:35:32 I don't see where this import is being used.
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Used to get IterableMixinWorkaround in the patch f
import 'dart:math' show Random;
Ivan Posva 2014/01/14 23:35:32 ditto
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Used for the signature of List.shuffle in the patc
/**

Powered by Google App Engine
This is Rietveld 408576698