Index: tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate |
index e15a540a0ade6c4ea898fbca57763b76ab37e334..a0023e17d0d1309636e62a7eae3aa1d9e730cbd1 100644 |
--- a/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate |
@@ -5,7 +5,7 @@ |
part of $LIBRARYNAME; |
@DocsEditable() |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
@DomName('HTMLTableSectionElement.rows') |
List<TableRowElement> get rows => |