Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 1e79c5798036aa010605657a693b0e61cc6ac141..777f1f98f0c4c1043e6b6ff016f6d7897db7e4f7 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -95,6 +95,7 @@ namespace dart { |
V(Double_truncate, 1) \ |
V(Double_toInt, 1) \ |
V(Double_parse, 3) \ |
+ V(Double_toString, 1) \ |
V(Double_toStringAsFixed, 2) \ |
V(Double_toStringAsExponential, 2) \ |
V(Double_toStringAsPrecision, 2) \ |
@@ -352,7 +353,6 @@ namespace dart { |
V(UserTag_makeCurrent, 1) \ |
V(Profiler_getCurrentTag, 0) \ |
V(ClassID_getID, 1) \ |
- V(Num_toString, 1) \ |
V(VMService_SendIsolateServiceMessage, 2) \ |
V(VMService_SendRootServiceMessage, 1) \ |
V(VMService_OnStart, 0) \ |