Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index f8503a3ec899b54276437d354bb86ccce87f8914..97562846afaa129d000cae214b952d07e841c6d9 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -46,7 +46,7 @@ namespace bin { |
| V(Platform_GetVersion, 0) \ |
| V(Process_Start, 11) \ |
| V(Process_Wait, 5) \ |
| - V(Process_Kill, 3) \ |
| + V(Process_KillPid, 2) \ |
| V(Process_SetExitCode, 1) \ |
| V(Process_GetExitCode, 0) \ |
| V(Process_Exit, 1) \ |