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..7a13a916c00469fe982d72f7489e4e1871ef8fe8 100644 |
--- a/tools/dom/templates/html/impl/impl_Text.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Text.darttemplate |
@@ -6,7 +6,7 @@ |
part of html; |
-/// @domName $DOMNAME |
+@DomName('$DOMNAME') |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME(String data) => _$(CLASSNAME)FactoryProvider.create$CLASSNAME(data); |
$!MEMBERS |