| Index: tools/dom/templates/html/impl/impl_Event.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Event.darttemplate b/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| index c1cf0961fa122cae2a8c1e766c24f8f949fc3d5f..8e0adcd855a9d9869c860b5b2854e26b9583a139 100644
|
| --- a/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| @@ -5,8 +5,7 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| part of html;
|
| -
|
| -/// @domName $DOMNAME
|
| +$ANNOTATIONS
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| // In JS, canBubble and cancelable are technically required parameters to
|
| // init*Event. In practice, though, if they aren't provided they simply
|
|
|