Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index a3b39528da2767915aa33c3b22eadafa1acbec2d..036f4601dca4ea11aa0ac28ea55b0948a082f212 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -311,9 +311,10 @@ namespace dart { |
V(Int32x4_setFlagZ, 2) \ |
V(Int32x4_setFlagW, 2) \ |
V(Int32x4_select, 3) \ |
- V(Isolate_spawnFunction, 7) \ |
+ V(Isolate_spawnFunction, 9) \ |
V(Isolate_spawnUri, 12) \ |
V(Isolate_getPortAndCapabilitiesOfCurrentIsolate, 0) \ |
+ V(Isolate_getCurrentRootUriStr, 0) \ |
V(Isolate_sendOOB, 2) \ |
V(Mirrors_evalInLibraryWithPrivateKey, 2) \ |
V(Mirrors_makeLocalClassMirror, 1) \ |