| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 270b76ba60417ac41633fe1df24d4e31c8bc5b39..d5ae74c2b06ffa52abe1cbf9233ae976b9836713 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -293,7 +293,7 @@ namespace dart {
|
| V(Int32x4_setFlagW, 2) \
|
| V(Int32x4_select, 3) \
|
| V(Isolate_spawnFunction, 4) \
|
| - V(Isolate_spawnUri, 6) \
|
| + V(Isolate_spawnUri, 7) \
|
| V(Isolate_getPortAndCapabilitiesOfCurrentIsolate, 0) \
|
| V(Isolate_sendOOB, 2) \
|
| V(Mirrors_evalInLibraryWithPrivateKey, 2) \
|
|
|