| Index: runtime/bin/secure_socket_unsupported.cc
|
| diff --git a/runtime/bin/secure_socket_unsupported.cc b/runtime/bin/secure_socket_unsupported.cc
|
| index e5364fc4f9969f9af388c05dc82484891ec43221..a4df288117a91ae6bcaa7699b0ff8a05e899ef23 100644
|
| --- a/runtime/bin/secure_socket_unsupported.cc
|
| +++ b/runtime/bin/secure_socket_unsupported.cc
|
| @@ -104,12 +104,7 @@ void FUNCTION_NAME(SecurityContext_Allocate)(Dart_NativeArguments args) {
|
| "Secure Sockets unsupported on this platform"));
|
| }
|
|
|
| -void FUNCTION_NAME(SecurityContext_UsePrivateKey)(Dart_NativeArguments args) {
|
| - Dart_ThrowException(DartUtils::NewDartArgumentError(
|
| - "Secure Sockets unsupported on this platform"));
|
| -}
|
| -
|
| -void FUNCTION_NAME(SecurityContext_UsePrivateKeyAsBytes)(
|
| +void FUNCTION_NAME(SecurityContext_UsePrivateKeyBytes)(
|
| Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewDartArgumentError(
|
| "Secure Sockets unsupported on this platform"));
|
| @@ -139,7 +134,7 @@ void FUNCTION_NAME(SecurityContext_TrustBuiltinRoots)(
|
| "Secure Sockets unsupported on this platform"));
|
| }
|
|
|
| -void FUNCTION_NAME(SecurityContext_UseCertificateChain)(
|
| +void FUNCTION_NAME(SecurityContext_UseCertificateChainBytes)(
|
| Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewDartArgumentError(
|
| "Secure Sockets unsupported on this platform"));
|
|
|