Index: tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
index ce957c8ab70952666788c879561c5ca732496d46..018c8e423fda22078db48a383cb26643377d00db 100644 |
--- a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
@@ -6,7 +6,7 @@ |
part of html; |
-/// @domName $DOMNAME; @docsEditable true |
+@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 |