| Index: sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/io_patch.dart b/sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| index 59aa7fff52f5b3f87b5c9250dcef697a5fec4fe3..2b71c2a1b6829958c6cdfd977f3b363c2007eaad 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| @@ -459,11 +459,6 @@ class SecurityContext {
|
| static SecurityContext get defaultContext {
|
| throw new UnsupportedError("default SecurityContext getter");
|
| }
|
| -
|
| - @patch
|
| - static bool get alpnSupported {
|
| - throw new UnsupportedError("SecurityContext alpnSupported getter");
|
| - }
|
| }
|
|
|
| @patch
|
|
|