| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 67b74763500ca69539dfa4aadc7b1db161601b6d..fa3e16847b069a0dd38c9a16babfa270b8ee109b 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -116,7 +116,6 @@ 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) \
|
|
|