| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index cd7a9b52367c21cfd147b39c2693d92ecd43736c..9cd3460071a85af24ddaeb0c1761e41fa07da153 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -78,7 +78,7 @@ namespace dart {
|
| V(Double_ceil, 1) \
|
| V(Double_truncate, 1) \
|
| V(Double_toInt, 1) \
|
| - V(Double_parse, 1) \
|
| + V(Double_parse, 3) \
|
| V(Double_toStringAsFixed, 2) \
|
| V(Double_toStringAsExponential, 2) \
|
| V(Double_toStringAsPrecision, 2) \
|
|
|