| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 51b1d562069881bb49b130e06ad48130232e3262..cc940843afba26e999ad1671ed0923047982cc35 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -108,6 +108,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) \
|
|
|