| Index: runtime/bin/list_stream_impl.dart
|
| diff --git a/runtime/bin/list_stream_impl.dart b/runtime/bin/list_stream_impl.dart
|
| index 132b5b616647696020fd13e1b2654db82d5e1450..ff95ebf4f49e572c5f6543abd7ad7125e3e9811c 100644
|
| --- a/runtime/bin/list_stream_impl.dart
|
| +++ b/runtime/bin/list_stream_impl.dart
|
| @@ -42,7 +42,7 @@ class _ListInputStream extends _BaseDataInputStream implements ListInputStream {
|
| }
|
|
|
|
|
| -class _ListOutputStream implements ListOutputStream {
|
| +class _ListOutputStream extends _BaseOutputStream implements ListOutputStream {
|
| _ListOutputStream() : _bufferList = new _BufferList();
|
|
|
| List<int> contents() => _bufferList.readBytes(_bufferList.length);
|
|
|