Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 545244931ab06ee4e241883b9330ba6cba59a3f3..c042c055262e79a21cd15473b3a6bf94c9409a99 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -286,10 +286,9 @@ namespace dart { |
V(Int32x4_setFlagZ, 2) \ |
V(Int32x4_setFlagW, 2) \ |
V(Int32x4_select, 3) \ |
- V(Isolate_mainPort, 0) \ |
- V(Isolate_spawnFunction, 1) \ |
- V(Isolate_spawnUri, 1) \ |
- V(Isolate_sendOOB, 2) \ |
+ V(Isolate_spawnFunction, 3) \ |
+ V(Isolate_spawnUri, 4) \ |
+ V(Isolate_sendOOB, 2) \ |
V(Mirrors_evalInLibraryWithPrivateKey, 2) \ |
V(Mirrors_makeLocalClassMirror, 1) \ |
V(Mirrors_makeLocalTypeMirror, 1) \ |