Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index f5f1cbee526af1b4c23aefefa461d22813bae074..660005ead094206fb2b334d36e81f99d38b10a8e 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -48,6 +48,7 @@ |
| V(Socket_GetStdioHandle, 2) \ |
| V(Socket_NewServicePort, 0) \ |
| V(Socket_GetType, 1) \ |
| + V(Socket_SetOption, 3) \ |
| V(SecureSocket_Connect, 8) \ |
| V(SecureSocket_Destroy, 1) \ |
| V(SecureSocket_Handshake, 1) \ |