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 a0023e17d0d1309636e62a7eae3aa1d9e730cbd1..e15a540a0ade6c4ea898fbca57763b76ab37e334 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)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
+$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
@DomName('HTMLTableSectionElement.rows') |
List<TableRowElement> get rows => |