Chromium Code Reviews| Index: runtime/bin/secure_socket_patch.dart |
| diff --git a/runtime/bin/secure_socket_patch.dart b/runtime/bin/secure_socket_patch.dart |
| index fdff0d517a7d80ca4f500d78b6ea87ae547c2110..58735f894b6db50751f3bf969c3c8bf6cf99eac3 100644 |
| --- a/runtime/bin/secure_socket_patch.dart |
| +++ b/runtime/bin/secure_socket_patch.dart |
| @@ -57,6 +57,7 @@ class _SecureFilterImpl |
| } |
| void connect(String hostName, |
| + Uint8List sockaddrStorage, |
| int port, |
| bool is_server, |
| String certificateName, |