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

Unified Diff: lib/collection/collection.dart

Issue 11304007: Move SplayTreeMap from coreimpl to collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two HTML tests. 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/collection/collection_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/collection/collection.dart
diff --git a/lib/collection/collection.dart b/lib/collection/collection.dart
index 8c735395798e787ad64a852b4d48c759b68267f3..3112e869c0ffed8f334a3aa88c5eafba103d7e86 100644
--- a/lib/collection/collection.dart
+++ b/lib/collection/collection.dart
@@ -7,3 +7,4 @@ library collection;
part 'arrays.dart';
part 'collections.dart';
part 'maps.dart';
+part 'splay_tree.dart';
« no previous file with comments | « no previous file | lib/collection/collection_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698