| Index: sdk/lib/io/list_stream_impl.dart
|
| diff --git a/sdk/lib/io/list_stream_impl.dart b/sdk/lib/io/list_stream_impl.dart
|
| index 5bcc41aa6746e775042a46f5aa04263be9362ae0..824fa24e928683d3b7c91c5b12318452643a5ced 100644
|
| --- a/sdk/lib/io/list_stream_impl.dart
|
| +++ b/sdk/lib/io/list_stream_impl.dart
|
| @@ -116,7 +116,7 @@ class _ListOutputStream extends _BaseOutputStream implements ListOutputStream {
|
|
|
| void issueCloseCallback(Timer timer) {
|
| _scheduledCloseCallback = null;
|
| - if (_clientCloseHandler !== null) _clientCloseHandler();
|
| + if (_clientCloseHandler != null) _clientCloseHandler();
|
| }
|
|
|
| // Schedule no pending callback if there is a callback set as this
|
|
|