Index: sdk/lib/async/stream_impl.dart |
diff --git a/sdk/lib/async/stream_impl.dart b/sdk/lib/async/stream_impl.dart |
index e7cceadf7b0940ace0eb539bb6f4eb679a0c4e84..fd104b0edc6ef9a30fa5f41c709d440268899391 100644 |
--- a/sdk/lib/async/stream_impl.dart |
+++ b/sdk/lib/async/stream_impl.dart |
@@ -532,7 +532,7 @@ class _IterablePendingEvents<T> extends _PendingEvents { |
isDone = !_iterator.moveNext(); |
} catch (e, s) { |
_iterator = null; |
- dispatch._sendError(_asyncError(e, s), s); |
+ dispatch._sendError(e, s); |
return; |
} |
if (!isDone) { |