| 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 a0b627850ce552666a0edfab998b9d2ce7b310d6..e22f4d459136a52b78f5460f1647c382e8c989ad 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -27316,6 +27316,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(...);
|
|
|