Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index eb5b444b35643b398840b87a3ee8d08bec3fc381..514d19da2bf8e1003d227ec4e9d7339452ae03c9 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -68,6 +68,7 @@ namespace bin { |
| V(Socket_NewServicePort, 0) \ |
| V(Socket_GetType, 1) \ |
| V(Socket_SetOption, 3) \ |
| + V(Socket_SetSocketId, 2) \ |
| V(Stdin_ReadByte, 1) \ |
| V(Stdin_SetEchoMode, 2) \ |
| V(Stdin_SetLineMode, 2) \ |