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

Unified Diff: lib/core/core.dart

Issue 11239004: Move DualPivotQuicksort from coreimpl to core as _Sort. (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
Index: lib/core/core.dart
diff --git a/lib/core/core.dart b/lib/core/core.dart
index 7ffc0b53f1c535fb35a9d9346bdc3963cdd49441..f602943d5a1abf7a7d5eac4d68f0cc5ae802f0a8 100644
--- a/lib/core/core.dart
+++ b/lib/core/core.dart
@@ -36,6 +36,7 @@
#source("regexp.dart");
#source("sequences.dart");
#source("set.dart");
+#source("sort.dart");
#source("stopwatch.dart");
#source("string.dart");
#source("string_buffer.dart");

Powered by Google App Engine
This is Rietveld 408576698