Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index 750fde4cfcc2fa49d9c715856b6b5fce45e77c88..a9edf88f37d3e3ed3a4bb9edc63dec2ddb2c9ce5 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -28,6 +28,8 @@ |
| V(Platform_Environment, 0) \ |
| V(Process_Start, 10) \ |
| V(Process_Kill, 3) \ |
| + V(Process_SetExitCode, 1) \ |
| + V(Process_Exit, 1) \ |
| V(ServerSocket_CreateBindListen, 4) \ |
| V(ServerSocket_Accept, 2) \ |
| V(Socket_CreateConnect, 3) \ |