| Index: runtime/bin/stream_util.dart
|
| diff --git a/runtime/bin/stream_util.dart b/runtime/bin/stream_util.dart
|
| index 3433bde5384e3633cee8f91e1d26fbec8767e6a6..a20e72b1b1e92272ccc847ca9975ad9d2c3c6130 100644
|
| --- a/runtime/bin/stream_util.dart
|
| +++ b/runtime/bin/stream_util.dart
|
| @@ -41,7 +41,7 @@ class _BaseDataInputStream {
|
| _checkScheduleCallbacks();
|
| }
|
|
|
| - bool get closed() => _closeCallbackCalled;
|
| + bool get closed => _closeCallbackCalled;
|
|
|
| void set onData(void callback()) {
|
| _clientDataHandler = callback;
|
|
|