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

Unified Diff: lib/compiler/implementation/lib/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/compiler/implementation/lib/core_patch.dart ('k') | lib/compiler/implementation/lib/js_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/coreimpl.dart
diff --git a/lib/compiler/implementation/lib/coreimpl.dart b/lib/compiler/implementation/lib/coreimpl.dart
index 81abeeaf2db30655546659a5d4644b5036d4e231..e5dc7958e6e7dda12d9a8a1c4dfd4e403c32ed09 100644
--- a/lib/compiler/implementation/lib/coreimpl.dart
+++ b/lib/compiler/implementation/lib/coreimpl.dart
@@ -4,7 +4,6 @@
#library('dart:coreimpl');
-#import('dart:math');
#import('js_helper.dart');
#source('../../../../lib/coreimpl/arrays.dart');
« no previous file with comments | « lib/compiler/implementation/lib/core_patch.dart ('k') | lib/compiler/implementation/lib/js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698