| 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 cbf24a1339b732208523ca1c0cfd9b61e6d1e7bb..504065ee8320366f0d5a94ac013c693457133fba 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -30046,6 +30046,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),
|
|
|