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

Unified Diff: pkg/i18n/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: 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
Index: pkg/i18n/date_format.dart
diff --git a/pkg/i18n/date_format.dart b/pkg/i18n/date_format.dart
index 08a8d560b554477ba2a985130049400df78ba252..0f3f7ea113840c2384c5f7b8a85b9e4cb6414962 100644
--- a/pkg/i18n/date_format.dart
+++ b/pkg/i18n/date_format.dart
@@ -165,6 +165,8 @@
#library('date_format');
+#import('dart:math');
+
#import('intl.dart');
#import('date_time_patterns.dart');
#import('date_symbols.dart');
@@ -527,4 +529,4 @@ class DateFormat {
}
return result;
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698