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 6637d968728c1befc8338218b2609346ed8cad6a..869eff28c394541477888fca1fd50a68ae01b05a 100644 |
| --- a/tools/dom/templates/html/impl/pure_interface.darttemplate |
| +++ b/tools/dom/templates/html/impl/pure_interface.darttemplate |
| @@ -3,7 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| part of $LIBRARYNAME; |
| - |
| -/// @docsEditable true$ANNOTATIONS |
| +$ANNOTATIONS |
| abstract class $CLASSNAME$EXTENDS$IMPLEMENTS { |
| $!MEMBERS} |