| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index d58c16505ee337c5c7eef5812b92c3dd9e2d9a3a..f451c89348f22fa8d8a801c393593f3e6c8f9561 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -45,6 +45,7 @@
|
| V(SecureSocket_Handshake, 1) \
|
| V(SecureSocket_Init, 1) \
|
| V(SecureSocket_ProcessBuffer, 2) \
|
| + V(SecureSocket_RegisterBadCertificateCallback, 2) \
|
| V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
|
| V(SecureSocket_InitializeLibrary, 3)
|
|
|
|
|