| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 1d256110539d047ccfd600379c864c0f3bacba7d..49944ed4016a4d32257b0418d60c74a042320f6c 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -32340,7 +32340,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),
|
|
|