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: pkg/fixnum/fixnum.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/dartdoc/utils.dart ('k') | pkg/fixnum/test/int_64_vm_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fixnum/fixnum.dart
diff --git a/pkg/fixnum/fixnum.dart b/pkg/fixnum/fixnum.dart
index 6cc48ab0a1621976186497d391285ad887d2060a..a34ea631fbc142bc1cf908802ad630e23eab28d3 100644
--- a/pkg/fixnum/fixnum.dart
+++ b/pkg/fixnum/fixnum.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library('fixnum');
+#import('dart:math', prefix: 'Math');
#source('intx.dart');
#source('int32.dart');
#source('int64.dart');
« no previous file with comments | « pkg/dartdoc/utils.dart ('k') | pkg/fixnum/test/int_64_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698