Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index e723d2ed94e5b1ab4ad7d3a4045c8c590f518aa4..78edd2fce4599dbc126037224608ae07e7802840 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -63,6 +63,8 @@ namespace dart { |
V(Bigint_getUsed, 1) \ |
V(Bigint_getDigits, 1) \ |
V(Bigint_allocate, 4) \ |
+ V(Developer_debugger, 2) \ |
+ V(Developer_inspect, 1) \ |
V(Double_getIsNegative, 1) \ |
V(Double_getIsInfinite, 1) \ |
V(Double_getIsNaN, 1) \ |
@@ -87,7 +89,6 @@ namespace dart { |
V(Double_toStringAsFixed, 2) \ |
V(Double_toStringAsExponential, 2) \ |
V(Double_toStringAsPrecision, 2) \ |
- V(Developer_debugger, 2) \ |
V(JSSyntaxRegExp_factory, 4) \ |
V(JSSyntaxRegExp_getPattern, 1) \ |
V(JSSyntaxRegExp_getIsMultiLine, 1) \ |