Chromium Code Reviews| Index: sdk/lib/async/stream_impl.dart |
| diff --git a/sdk/lib/async/stream_impl.dart b/sdk/lib/async/stream_impl.dart |
| index 1dd229ff5c54eba47412b2436fb04d53a376e79f..7337756f7e5008cabb5612fb256522af5aa1194d 100644 |
| --- a/sdk/lib/async/stream_impl.dart |
| +++ b/sdk/lib/async/stream_impl.dart |
| @@ -996,7 +996,7 @@ class _StreamIterator<T> implements StreamIterator<T> { |
| _stateData = future; |
| return future; |
| } |
| - return new _Future<bool>.immediate(false); |
| + return Future._falseFuture; |
| } |
| Future cancel() { |