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..9aa02215f6f74f0e30ff548e8262d08727772e4c 100644 |
--- a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate |
@@ -5,8 +5,7 @@ |
// WARNING: Do not edit - generated code. |
part of html; |
- |
-/// @domName $DOMNAME; @docsEditable true |
+$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 |