| Index: tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate
|
| index d2dbc9ef5e651103d1d4ea311466322859454d56..d09f45f858105a8fb3411f55d3f90e710fc9539e 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLTableRowElement.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('HTMLTableRowElement.cells')
|
| List<TableCellElement> get cells =>
|
|
|