Index: lib/core/core.dart |
diff --git a/lib/core/core.dart b/lib/core/core.dart |
index 13f5c4967a5b4844240ff319deb5f694fbf2980d..6d15ad6c6b762b25a4e93917140732030949b9c5 100644 |
--- a/lib/core/core.dart |
+++ b/lib/core/core.dart |
@@ -3,8 +3,9 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library("dart:core"); |
-#import('dart:math'); |
+ |
#import("dart:coreimpl"); |
+ |
#source("bool.dart"); |
#source("collection.dart"); |
#source("comparable.dart"); |
@@ -32,6 +33,6 @@ |
#source("regexp.dart"); |
#source("set.dart"); |
#source("stopwatch.dart"); |
-#source("string_buffer.dart"); |
#source("string.dart"); |
+#source("string_buffer.dart"); |
#source("strings.dart"); |