| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index cef070c4b463500e764c56babb134a8b7968a29f..cab31027838e25b74d39f563fe3e954b85219949 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -298,8 +298,8 @@ namespace dart {
|
| V(Int32x4_setFlagZ, 2) \
|
| V(Int32x4_setFlagW, 2) \
|
| V(Int32x4_select, 3) \
|
| - V(Isolate_spawnFunction, 4) \
|
| - V(Isolate_spawnUri, 7) \
|
| + V(Isolate_spawnFunction, 7) \
|
| + V(Isolate_spawnUri, 10) \
|
| V(Isolate_getPortAndCapabilitiesOfCurrentIsolate, 0) \
|
| V(Isolate_sendOOB, 2) \
|
| V(Mirrors_evalInLibraryWithPrivateKey, 2) \
|
|
|