Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Text.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Text.darttemplate b/tools/dom/templates/html/impl/impl_Text.darttemplate |
| index 74e385cc3b57b9eb28945dd5f4044cb045047d82..47d7bb70c3c93089ac0def02691435562a4bf3a7 100644 |
| --- a/tools/dom/templates/html/impl/impl_Text.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Text.darttemplate |
| @@ -5,8 +5,7 @@ |
| // WARNING: Do not edit - generated code. |
| part of html; |
| - |
| -/// @domName $DOMNAME |
| +$ANNOTATIONS |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| factory $CLASSNAME(String data) => _$(CLASSNAME)FactoryProvider.create$CLASSNAME(data); |
| $!MEMBERS |