| 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) \
|
|
|