| Index: sdk/lib/io/security_context.dart
|
| diff --git a/sdk/lib/io/security_context.dart b/sdk/lib/io/security_context.dart
|
| index d99b05b6f8d93be294b03c1c30326fe717f88020..e6414a0ae5e1c2cd755cee7b119ffd12808428de 100644
|
| --- a/sdk/lib/io/security_context.dart
|
| +++ b/sdk/lib/io/security_context.dart
|
| @@ -165,7 +165,7 @@ abstract class SecurityContext {
|
| * boolean argument specifies whether to set the list for server connections
|
| * or client connections.
|
| */
|
| - void setAlpnProtocols(List<String> protocols, bool isServer);
|
| + void setAlpnProtocols(List<String> protocols, bool isServer);
|
|
|
| /// Encodes a set of supported protocols for ALPN/NPN usage.
|
| ///
|
|
|