Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index 30cfb068dd1361478a93f6a207b93bc0696c99e6..7192afc797026b9e115c363bd15e10bc1a555aa5 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -37,6 +37,7 @@ namespace bin { |
| V(Platform_Environment, 0) \ |
| V(Platform_GetVersion, 0) \ |
| V(Process_Start, 10) \ |
| + V(Process_Wait, 5) \ |
| V(Process_Kill, 3) \ |
| V(Process_SetExitCode, 1) \ |
| V(Process_Exit, 1) \ |