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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 10836006: Rename MathNatives_2atan to MathNatives_atan2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « runtime/lib/math.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 96528eebd33b0f499d498379b777152b7a8d16b6..4a2eb23a9226dd97469ef29e825d97df72a5bf52 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -85,7 +85,7 @@ namespace dart {
V(MathNatives_asin, 1) \
V(MathNatives_acos, 1) \
V(MathNatives_atan, 1) \
- V(MathNatives_2atan, 2) \
+ V(MathNatives_atan2, 2) \
V(MathNatives_exp, 1) \
V(MathNatives_log, 1) \
V(MathNatives_random, 0) \
« no previous file with comments | « runtime/lib/math.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698