| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 0563faffb98af232807e661e4faabf019f9df043..39946a7e03377fe7140f71e4ca1cdce195353867 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -106,6 +106,7 @@ namespace bin {
|
| V(SecureSocket_Renegotiate, 4) \
|
| V(SecurityContext_Allocate, 1) \
|
| V(SecurityContext_UsePrivateKeyBytes, 3) \
|
| + V(SecurityContext_AlpnSupported, 0) \
|
| V(SecurityContext_SetAlpnProtocols, 3) \
|
| V(SecurityContext_SetClientAuthoritiesBytes, 3) \
|
| V(SecurityContext_SetTrustedCertificatesBytes, 3) \
|
|
|