Index: sdk/lib/io/secure_socket.dart |
diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart |
index a523f20d6991099d4182a094023dd84b6bb66fbc..c6d3cb2d23885a742816a07e99c11cf600af9b54 100644 |
--- a/sdk/lib/io/secure_socket.dart |
+++ b/sdk/lib/io/secure_socket.dart |
@@ -446,12 +446,12 @@ class _RawSecureSocket extends Stream<RawSocketEvent> |
int requestedPort, |
this.is_server, |
this.context, |
- RawSocket this._socket, |
+ this._socket, |
this._socketSubscription, |
this._bufferedData, |
this.requestClientCertificate, |
this.requireClientCertificate, |
- this.onBadCertificate(X509Certificate certificate), |
+ this.onBadCertificate, |
List<String> supportedProtocols) { |
if (context == null) { |
context = SecurityContext.defaultContext; |