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

Unified Diff: lib/coreimpl/coreimpl.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/core/int.dart ('k') | lib/coreimpl/date.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/coreimpl/coreimpl.dart
diff --git a/lib/coreimpl/coreimpl.dart b/lib/coreimpl/coreimpl.dart
index f84a25208708433ace02c2f675de23d1679106a2..4a8b4c4e27da0bffb98fc173af9bce9c19296192 100644
--- a/lib/coreimpl/coreimpl.dart
+++ b/lib/coreimpl/coreimpl.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library("dart:coreimpl");
-#import("dart:math");
+
#source("arrays.dart");
#source("collections.dart");
#source("date.dart");
@@ -20,5 +20,5 @@
#source("regexp.dart");
#source("splay_tree.dart");
#source("stopwatch_implementation.dart");
-#source("string_buffer.dart");
#source("string.dart");
+#source("string_buffer.dart");
« no previous file with comments | « lib/core/int.dart ('k') | lib/coreimpl/date.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698