Index: pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart |
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart |
index 2b71c2a1b6829958c6cdfd977f3b363c2007eaad..142495d4cd3831666e90f4351610cb517e4feb44 100644 |
--- a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart |
+++ b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart |
@@ -459,6 +459,12 @@ class SecurityContext { |
static SecurityContext get defaultContext { |
throw new UnsupportedError("default SecurityContext getter"); |
} |
+ |
+ @patch |
+ @deprecated |
+ static bool get alpnSupported { |
+ throw new UnsupportedError("SecurityContext alpnSupported getter"); |
+ } |
} |
@patch |