| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index e5172b7ed0de43cd42f63f2e79ac203128525c12..486f60b84135418307a521689073e09d1335a5bf 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -56,7 +56,7 @@ namespace bin {
|
| V(Socket_NewServicePort, 0) \
|
| V(Socket_GetType, 1) \
|
| V(Socket_SetOption, 3) \
|
| - V(SecureSocket_Connect, 8) \
|
| + V(SecureSocket_Connect, 9) \
|
| V(SecureSocket_Destroy, 1) \
|
| V(SecureSocket_Handshake, 1) \
|
| V(SecureSocket_Init, 1) \
|
|
|