| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 31806b985768b3238195646ebcc3633e8ce5c312..29a21ae7900a33d3a606d04faa8883706090a0af 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -89,11 +89,13 @@ namespace dart {
|
| V(Double_greaterThan, 2) \
|
| V(Double_equal, 2) \
|
| V(Double_doubleFromInteger, 2) \
|
| + V(Double_doubleFromFraction, 2) \
|
| V(Double_round, 1) \
|
| V(Double_floor, 1) \
|
| V(Double_ceil, 1) \
|
| V(Double_truncate, 1) \
|
| V(Double_toInt, 1) \
|
| + V(Double_toFraction, 2) \
|
| V(Double_parse, 3) \
|
| V(Double_toString, 1) \
|
| V(Double_toStringAsFixed, 2) \
|
|
|