| 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 ee94baed9a7258d7ae8396065962d15f16501721..cb5dd96fa2c0c877f79ce104c2a7509a3fe168ee 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)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| @DomName('HTMLTableSectionElement.rows')
|
| List<TableRowElement> get rows =>
|
|
|