| 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..d02f50dcd17f0747dc1c47f1a37adb814689a7d1 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
|
|
|