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

Unified Diff: lib/core/core.dart

Issue 11339038: Move DoubleLinkedQueue from coreimpl to core. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | lib/core/queue.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/core.dart
diff --git a/lib/core/core.dart b/lib/core/core.dart
index f602943d5a1abf7a7d5eac4d68f0cc5ae802f0a8..bf9af2740ed0f4319e1232e48473808d97f0c6ac 100644
--- a/lib/core/core.dart
+++ b/lib/core/core.dart
@@ -5,6 +5,7 @@
#library("dart:core");
#import("dart:coreimpl");
+#import("dart:collection");
#source("bool.dart");
#source("collection.dart");
« no previous file with comments | « no previous file | lib/core/queue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698