| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index fad33c91bf5245f6dc56f29defd51e4f89c846df..e1084b174a8c1c6b9659aa33cc603b42631959a9 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -176,8 +176,8 @@ namespace dart {
|
| V(ExternalFloat64Array_getIndexed, 2) \
|
| V(ExternalFloat64Array_setIndexed, 3) \
|
| V(isolate_getPortInternal, 0) \
|
| - V(isolate_spawnFunction, 1) \
|
| - V(isolate_spawnUri, 1) \
|
| + V(isolate_spawnFunction, 2) \
|
| + V(isolate_spawnUri, 2) \
|
| V(Mirrors_isLocalPort, 1) \
|
| V(Mirrors_makeLocalInstanceMirror, 1) \
|
| V(Mirrors_makeLocalMirrorSystem, 0) \
|
|
|