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

Unified Diff: frog/leg/lib/coreimpl.dart

Issue 9429032: Fix build breakage caused by the recent toString() commit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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: frog/leg/lib/coreimpl.dart
diff --git a/frog/leg/lib/coreimpl.dart b/frog/leg/lib/coreimpl.dart
index af593ac535c00582bc112cf64d5832a673005f8e..06b8767604b334d006474bafd7cb420e3b7c8337 100644
--- a/frog/leg/lib/coreimpl.dart
+++ b/frog/leg/lib/coreimpl.dart
@@ -6,6 +6,7 @@
#import('js_helper.dart');
+#source('../../../corelib/src/implementation/collections.dart');
#source('../../../corelib/src/implementation/dual_pivot_quicksort.dart');
#source('../../../corelib/src/implementation/duration_implementation.dart');
#source('../../../corelib/src/implementation/exceptions.dart');
@@ -19,6 +20,5 @@
#source('../../../corelib/src/implementation/stopwatch_implementation.dart');
#source('../../../runtime/lib/arrays.dart');
-#source('../../../runtime/lib/collections.dart');
#source('mockimpl.dart');
« no previous file with comments | « no previous file | tests/corelib/src/CollectionToStringTest.dart » ('j') | tests/corelib/src/CollectionToStringTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698