| Index: runtime/bin/secure_socket_unsupported.cc
|
| diff --git a/runtime/bin/secure_socket_unsupported.cc b/runtime/bin/secure_socket_unsupported.cc
|
| index a4df288117a91ae6bcaa7699b0ff8a05e899ef23..91f4fc7a49897ed8865137e63b63cfcdcfda5185 100644
|
| --- a/runtime/bin/secure_socket_unsupported.cc
|
| +++ b/runtime/bin/secure_socket_unsupported.cc
|
| @@ -116,13 +116,13 @@ void FUNCTION_NAME(SecurityContext_SetAlpnProtocols)(
|
| "Secure Sockets unsupported on this platform"));
|
| }
|
|
|
| -void FUNCTION_NAME(SecurityContext_SetClientAuthorities)(
|
| +void FUNCTION_NAME(SecurityContext_SetClientAuthoritiesBytes)(
|
| Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewDartArgumentError(
|
| "Secure Sockets unsupported on this platform"));
|
| }
|
|
|
| -void FUNCTION_NAME(SecurityContext_SetTrustedCertificates)(
|
| +void FUNCTION_NAME(SecurityContext_SetTrustedCertificatesBytes)(
|
| Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewDartArgumentError(
|
| "Secure Sockets unsupported on this platform"));
|
|
|