| Index: sdk/lib/async/stream_impl.dart
|
| diff --git a/sdk/lib/async/stream_impl.dart b/sdk/lib/async/stream_impl.dart
|
| index 43e3f6508089e8598b753af5763567ed2a4ffe25..c8fbe70f29ef6e07131376f3f14b6e55e244c147 100644
|
| --- a/sdk/lib/async/stream_impl.dart
|
| +++ b/sdk/lib/async/stream_impl.dart
|
| @@ -77,9 +77,7 @@ class _BufferingStreamSubscription<T> implements StreamSubscription<T>,
|
| static const int _STATE_PAUSE_COUNT_SHIFT = 6;
|
|
|
| /* Event handlers provided in constructor. */
|
| - /* TODO(7733): Fix Function->_DataHandler<T> when dart2js understands
|
| - * parameterized function types. */
|
| - Function _onData;
|
| + _DataHandler<T> _onData;
|
| _ErrorHandler _onError;
|
| _DoneHandler _onDone;
|
| final _Zone _zone = _Zone.current;
|
|
|