Index: runtime/bin/list_stream_impl.dart |
diff --git a/runtime/bin/list_stream_impl.dart b/runtime/bin/list_stream_impl.dart |
index 1385d6a0098d20ddf479d378b05e831b0e76e285..5bcc41aa6746e775042a46f5aa04263be9362ae0 100644 |
--- a/runtime/bin/list_stream_impl.dart |
+++ b/runtime/bin/list_stream_impl.dart |
@@ -126,7 +126,7 @@ class _ListOutputStream extends _BaseOutputStream implements ListOutputStream { |
if (_closeCallbackCalled) return; |
if (!_streamMarkedClosed) { |
- if (!_bufferList.isEmpty() && |
+ if (!_bufferList.isEmpty && |
_clientDataHandler != null && |
_scheduledDataCallback == null) { |
_scheduledDataCallback = new Timer(0, issueDataCallback); |