Chromium Code Reviews| Index: tools/dom/templates/html/impl/pure_interface.darttemplate |
| diff --git a/tools/dom/templates/html/impl/pure_interface.darttemplate b/tools/dom/templates/html/impl/pure_interface.darttemplate |
| index 139e82f0e87ccc3dd38c50d50a781049675ba4ee..6637d968728c1befc8338218b2609346ed8cad6a 100644 |
| --- a/tools/dom/templates/html/impl/pure_interface.darttemplate |
| +++ b/tools/dom/templates/html/impl/pure_interface.darttemplate |
| @@ -4,6 +4,6 @@ |
| part of $LIBRARYNAME; |
| -/// @domName $DOMNAME |
| +/// @docsEditable true$ANNOTATIONS |
| abstract class $CLASSNAME$EXTENDS$IMPLEMENTS { |
| $!MEMBERS} |