| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index c2a3a967e21be45eb1aa7e67a63586efebfc6a0a..97b3ad7defde3da0df1169c0619e4000383bf2d0 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -48,6 +48,7 @@ namespace bin {
|
| V(SecureSocket_PeerCertificate, 1) \
|
| V(SecureSocket_RegisterBadCertificateCallback, 2) \
|
| V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
|
| + V(SecureSocket_Renegotiate, 4) \
|
| V(SecureSocket_InitializeLibrary, 3) \
|
| V(SecureSocket_NewServicePort, 0) \
|
| V(SecureSocket_FilterPointer, 1) \
|
|
|