| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 60c4f54a3f2381c807253d4951227c182253b16f..2e1e19cdea55d72f8ee30fc29b57dd68042d5a85 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -73,7 +73,6 @@ namespace dart {
|
| V(Double_toStringAsFixed, 2) \
|
| V(Double_toStringAsExponential, 2) \
|
| V(Double_toStringAsPrecision, 2) \
|
| - V(Double_pow, 2) \
|
| V(JSSyntaxRegExp_factory, 4) \
|
| V(JSSyntaxRegExp_getPattern, 1) \
|
| V(JSSyntaxRegExp_getIsMultiLine, 1) \
|
| @@ -110,6 +109,7 @@ namespace dart {
|
| V(Math_atan2, 2) \
|
| V(Math_exp, 1) \
|
| V(Math_log, 1) \
|
| + V(Math_doublePow, 2) \
|
| V(Random_nextState, 1) \
|
| V(Random_setupSeed, 2) \
|
| V(DateNatives_currentTimeMillis, 0) \
|
|
|