Chromium Code Reviews| 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 e8bd2236a1a09b8db955cd115027880cd8053497..431e15ff1594e9d4c4196437aa8eb928e09a587d 100644 |
| --- a/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate |
| @@ -4,7 +4,7 @@ |
| part of $LIBRARYNAME; |
| -@DocsEditable |
| +@DocsEditable() |
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| @DomName('HTMLTableRowElement.cells') |