| Index: sdk/lib/_internal/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
|
| index c0773608641cd3f2232ce22d05f7ce5b80e7fb83..d5e55c66b05ad64cf0bbf99a974185c8a932a85c 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -277,6 +277,11 @@ patch class SecureSocket {
|
| bool useBuiltinRoots: true}) {
|
| throw new UnsupportedError("SecureSocket.initialize");
|
| }
|
| +
|
| + patch static X509Certificate addCertificate(List<int> certificate,
|
| + String trust) {
|
| + throw new UnsupportedError("SecureSocket.addCertificate");
|
| + }
|
| }
|
|
|
| patch class _SecureFilter {
|
|
|