| 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 cdf75cf3ffad12a77228faed8090154e3837b39c..cc6eec381ba8cfce48928125599ff9252559af24 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -32497,6 +32497,7 @@ class _EventStream<T extends Event> extends Stream<T> {
|
|
|
| // DOM events are inherently multi-subscribers.
|
| Stream<T> asBroadcastStream() => this;
|
| + bool get isBroadcast => true;
|
|
|
| StreamSubscription<T> listen(void onData(T event),
|
| { void onError(AsyncError error),
|
|
|