| 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 8e53e7f629d98f916416c081689046b6d808a342..fa3da7a29be027c37010c5949d84fc9bbdaba6d0 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -25460,6 +25460,9 @@ class EventStreamProvider<T extends Event> {
|
| /**
|
| * Gets a [Stream] for this event type, on the specified target.
|
| *
|
| + * This will always return a broadcast stream so multiple listeners can be
|
| + * used simultaneously.
|
| + *
|
| * This may be used to capture DOM events:
|
| *
|
| * Element.keyDownEvent.forTarget(element, useCapture: true).listen(...);
|
|
|