Index: runtime/bin/secure_socket_unsupported.cc |
diff --git a/runtime/bin/secure_socket_unsupported.cc b/runtime/bin/secure_socket_unsupported.cc |
index 91f4fc7a49897ed8865137e63b63cfcdcfda5185..338eae12b4278aacd798fd0ba49d94fe8e0aeda3 100644 |
--- a/runtime/bin/secure_socket_unsupported.cc |
+++ b/runtime/bin/secure_socket_unsupported.cc |
@@ -128,6 +128,11 @@ void FUNCTION_NAME(SecurityContext_SetTrustedCertificatesBytes)( |
"Secure Sockets unsupported on this platform")); |
} |
+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( |