Chromium Code Reviews| Index: sdk/lib/async/stream.dart |
| diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart |
| index d5b0335ca5c607a1124e19f4df3f649923068fcf..4814427b0690e4656cd345eb7654a24a2f11198a 100644 |
| --- a/sdk/lib/async/stream.dart |
| +++ b/sdk/lib/async/stream.dart |
| @@ -1078,6 +1078,7 @@ class _EventTransformStreamSubscription<S, T> |
| } |
| void _handleDone() { |
| + _subscription = null; |
| try { |
| _transformer.handleDone(_sink); |
| } catch (e, s) { |