| 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 839930e1bf99a4e8babc38e72d632133991efdef..cc653f7b5e174ed37b83334ae2b7471933b3db18 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12526,10 +12526,10 @@ class EventSource extends EventTarget {
|
| *
|
| * Custom events can be declared as:
|
| *
|
| - * class DataGenerator {
|
| - * static EventStreamProvider<Event> dataEvent =
|
| - * new EventStreamProvider('data');
|
| - * }
|
| + * class DataGenerator {
|
| + * static EventStreamProvider<Event> dataEvent =
|
| + * new EventStreamProvider('data');
|
| + * }
|
| *
|
| * Then listeners should access the event with:
|
| *
|
|
|