| 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..3183a48257e279ec79147593773880e09a00e93a 100644
|
| --- a/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| part of html;
|
|
|
| -/// @domName $DOMNAME
|
| +@DomName('$DOMNAME')
|
| 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
|
|
|