| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 86d2d5d411f6f98d2d9a6ea7efe10b283fa55525..f8117769e47743362e78848b930d8dfd0986b1cc 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -109,7 +109,7 @@ namespace bin {
|
| V(SecurityContext_Allocate, 1) \
|
| V(SecurityContext_UsePrivateKeyBytes, 3) \
|
| V(SecurityContext_SetAlpnProtocols, 3) \
|
| - V(SecurityContext_SetClientAuthorities, 2) \
|
| + V(SecurityContext_SetClientAuthoritiesBytes, 2) \
|
| V(SecurityContext_SetTrustedCertificates, 3) \
|
| V(SecurityContext_TrustBuiltinRoots, 1) \
|
| V(SecurityContext_UseCertificateChainBytes, 2) \
|
|
|