| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index f451c89348f22fa8d8a801c393593f3e6c8f9561..a0520ec5a8fecfb0fcec92af3461d75aa87d10b9 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -40,10 +40,11 @@
|
| V(Socket_GetError, 1) \
|
| V(Socket_GetStdioHandle, 2) \
|
| V(Socket_NewServicePort, 0) \
|
| - V(SecureSocket_Connect, 5) \
|
| + V(SecureSocket_Connect, 8) \
|
| V(SecureSocket_Destroy, 1) \
|
| V(SecureSocket_Handshake, 1) \
|
| V(SecureSocket_Init, 1) \
|
| + V(SecureSocket_PeerCertificate, 1) \
|
| V(SecureSocket_ProcessBuffer, 2) \
|
| V(SecureSocket_RegisterBadCertificateCallback, 2) \
|
| V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
|
|
|