Chromium Code Reviews| Index: sdk/lib/io/http.dart |
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
| index 2274673ad616dc539b01a782c4e64376c435ef99..02ab0ac8f08428911770f19b4e2fcab92214b5b8 100644 |
| --- a/sdk/lib/io/http.dart |
| +++ b/sdk/lib/io/http.dart |
| @@ -734,6 +734,7 @@ abstract class HttpResponse { |
| */ |
| abstract class HttpClient { |
| static const int DEFAULT_HTTP_PORT = 80; |
| + static const int DEFAULT_HTTPS_PORT = 443; |
| factory HttpClient() => new _HttpClient(); |