| Index: runtime/bin/list_stream_impl.dart
|
| diff --git a/runtime/bin/list_stream_impl.dart b/runtime/bin/list_stream_impl.dart
|
| index c752df06e96e480678a3f4b6c1f807cdfba228fc..906105399c611d860b6ffafd6cd03dcd767ba776 100644
|
| --- a/runtime/bin/list_stream_impl.dart
|
| +++ b/runtime/bin/list_stream_impl.dart
|
| @@ -145,7 +145,7 @@ class _ListOutputStream extends _BaseOutputStream implements ListOutputStream {
|
| }
|
| }
|
|
|
| - bool get closed() => _streamMarkedClosed;
|
| + bool get closed => _streamMarkedClosed;
|
|
|
| _BufferList _bufferList;
|
| bool _streamMarkedClosed = false;
|
|
|