Chromium Code Reviews| Index: utils/archive/utils.dart |
| diff --git a/utils/archive/utils.dart b/utils/archive/utils.dart |
| index 4e52c32de11769a147f6f5d4a072cbd23f7b9917..c512954874ba2289d7f6132c48d3412f0c78fed0 100644 |
| --- a/utils/archive/utils.dart |
| +++ b/utils/archive/utils.dart |
| @@ -12,7 +12,7 @@ |
| SendPort _port; |
| /** The port used to communicate with the C extension. */ |
| -SendPort get servicePort() { |
| +SendPort get servicePort { |
| if (_port == null) _port = _newServicePort(); |
| return _port; |
| } |