| Index: tools/dom/src/dart2js_WrappedEvent.dart
|
| diff --git a/tools/dom/src/dart2js_WrappedEvent.dart b/tools/dom/src/dart2js_WrappedEvent.dart
|
| index 4f30af92cc2acd23a2ba45ffab5a236bbca4e319..e7e21a0201835694f1b3fb0290f4c571b47c5c87 100644
|
| --- a/tools/dom/src/dart2js_WrappedEvent.dart
|
| +++ b/tools/dom/src/dart2js_WrappedEvent.dart
|
| @@ -76,9 +76,9 @@ class _WrappedEvent implements Event {
|
| *
|
| * ## Other resources
|
| *
|
| - * * [Shadow DOM extensions to Event]
|
| - * (http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event) from
|
| - * W3C.
|
| + * * [Shadow DOM extensions to
|
| + * Event](http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event)
|
| + * from W3C.
|
| */
|
| // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event
|
| @Experimental()
|
|
|