| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index b8050cfb4eed11fb7ab580990fdfabcb5698e816..11dd144b4e0c92819efcc356f058de65c7bb61df 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -44,7 +44,7 @@ namespace bin {
|
| V(Platform_ExecutableArguments, 0) \
|
| V(Platform_PackageRoot, 0) \
|
| V(Platform_GetVersion, 0) \
|
| - V(Process_Start, 10) \
|
| + V(Process_Start, 11) \
|
| V(Process_Wait, 5) \
|
| V(Process_Kill, 3) \
|
| V(Process_SetExitCode, 1) \
|
|
|