| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index d37659fb429f69aafe7b98d865cbc3471f29828a..f5b0301e2adbc6e21437f0c100d8349c36779af3 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -29845,7 +29845,7 @@ class _EventStream<T extends Event> extends Stream<T> {
|
| _EventStream(this._target, this._eventType, this._useCapture);
|
|
|
| // DOM events are inherently multi-subscribers.
|
| - Stream<T> asMultiSubscriberStream() => this;
|
| + Stream<T> asBroadcastStream() => this;
|
|
|
| StreamSubscription<T> listen(void onData(T event),
|
| { void onError(AsyncError error),
|
|
|