| 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 af5ef1702d0013bba98a990d4d23c76bbf4ef122..e8bd2236a1a09b8db955cd115027880cd8053497 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 $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| @DomName('HTMLTableRowElement.cells')
|
| List<TableCellElement> get cells =>
|
|
|