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