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