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

Unified Diff: lib/core/core.dart

Issue 10913271: Move parseInt parseDouble to int/double classes as a static method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make int.parse directly native. Created 8 years, 3 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 | « lib/compiler/implementation/lib/math_patch.dart ('k') | lib/core/double.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 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");
« no previous file with comments | « lib/compiler/implementation/lib/math_patch.dart ('k') | lib/core/double.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698