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

Unified Diff: lib/compiler/implementation/lib/core.dart

Issue 10829459: Deprecate Math object in corelib in favor of dart:math library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 4 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 | « editor/util/debuggertest/pets.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
index b808263660312c9dc9f54f8950da5c469039132c..3484497a64c5e5f83c1b3ebbfb09b718bd4c1a80 100644
--- a/lib/compiler/implementation/lib/core.dart
+++ b/lib/compiler/implementation/lib/core.dart
@@ -4,6 +4,8 @@
#library('dart:core');
+#import('dart:math');
+
#import('coreimpl.dart');
#import('js_helper.dart'); // TODO(ahe): remove this import.
@@ -25,7 +27,6 @@
#source('../../../../corelib/src/iterator.dart');
#source('../../../../corelib/src/list.dart');
#source('../../../../corelib/src/map.dart');
-#source('../../../../corelib/src/math.dart');
#source('../../../../corelib/src/num.dart');
#source('../../../../corelib/src/options.dart');
#source('../../../../corelib/src/pattern.dart');
« no previous file with comments | « editor/util/debuggertest/pets.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698