| Index: runtime/bin/secure_socket_unsupported.cc
|
| diff --git a/runtime/bin/secure_socket_unsupported.cc b/runtime/bin/secure_socket_unsupported.cc
|
| index 8ed4f24cb46d8a61e889bc673cde1dc0f39646c5..e07ea5e483348844a498f1da3ce4aae0a1ea7336 100644
|
| --- a/runtime/bin/secure_socket_unsupported.cc
|
| +++ b/runtime/bin/secure_socket_unsupported.cc
|
| @@ -135,12 +135,6 @@ void FUNCTION_NAME(SecurityContext_SetTrustedCertificatesBytes)(
|
| }
|
|
|
|
|
| -void FUNCTION_NAME(SecurityContext_AlpnSupported)(Dart_NativeArguments args) {
|
| - Dart_ThrowException(DartUtils::NewDartArgumentError(
|
| - "Secure Sockets unsupported on this platform"));
|
| -}
|
| -
|
| -
|
| void FUNCTION_NAME(SecurityContext_TrustBuiltinRoots)(
|
| Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewDartArgumentError(
|
|
|