Chromium Code Reviews| Index: sdk/lib/core/uri.dart |
| diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart |
| index 4027355d65445390e87dcde2013438f13e1f0b7f..c4cb508e2c05eec3cc3e78c35a01de1230c31b55 100644 |
| --- a/sdk/lib/core/uri.dart |
| +++ b/sdk/lib/core/uri.dart |
| @@ -886,7 +886,7 @@ class Uri { |
| if (port != null) { |
| port = _makePort(port, scheme); |
| } else { |
| - port = this.port; |
| + port = this._port; |
| if (schemeChanged) { |
| // The default port might have changed. |
| port = _makePort(port, scheme); |