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

Unified Diff: pkg/intl/date_format.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 | « pkg/fixnum/test/int_64_vm_test.dart ('k') | pkg/intl/lib/date_format_helpers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/date_format.dart
diff --git a/pkg/intl/date_format.dart b/pkg/intl/date_format.dart
index df1bc809eb395746aaccd5ab8f73380c25ba61aa..e0b4cbf2cf97d3fad7372b6eea7bd66e38d5cbdc 100644
--- a/pkg/intl/date_format.dart
+++ b/pkg/intl/date_format.dart
@@ -156,6 +156,8 @@
#library('date_format');
+#import('dart:math');
+
#import('intl.dart');
#import('date_time_patterns.dart');
#import('date_symbols.dart');
@@ -596,4 +598,4 @@ class DateFormat {
}
return result;
}
-}
+}
« no previous file with comments | « pkg/fixnum/test/int_64_vm_test.dart ('k') | pkg/intl/lib/date_format_helpers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698