Chromium Code Reviews| Index: sdk/lib/io/http_impl.dart |
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart |
| index 24aa1f8d7ad802a9ab5710dd7a48378be4071053..fb07fa7719aa8869b3d4796c5a1f7aac9bd51d2c 100644 |
| --- a/sdk/lib/io/http_impl.dart |
| +++ b/sdk/lib/io/http_impl.dart |
| @@ -1547,7 +1547,7 @@ class _HttpServer implements HttpServer { |
| } |
| int get port { |
| - if (_server === null) { |
| + if (_server == null) { |
| throw new HttpException("The HttpServer is not listening on a port."); |
| } |
| return _server.port; |