| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index ec70232fef1819d2f64ea6b39acde5c22771f44d..b6e31d595eadfc558a6045747178007300616bbc 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -107,7 +107,7 @@ namespace bin {
|
| V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
|
| V(SecureSocket_Renegotiate, 4) \
|
| V(SecurityContext_Allocate, 1) \
|
| - V(SecurityContext_UsePrivateKey, 3) \
|
| + V(SecurityContext_UsePrivateKeyAsBytes, 3) \
|
| V(SecurityContext_SetAlpnProtocols, 3) \
|
| V(SecurityContext_SetClientAuthorities, 2) \
|
| V(SecurityContext_SetTrustedCertificates, 3) \
|
|
|