Chromium Code Reviews| Index: tools/dom/templates/dart2js_impl.darttemplate |
| diff --git a/tools/dom/templates/dart2js_impl.darttemplate b/tools/dom/templates/dart2js_impl.darttemplate |
| index 98c247c37d6c685f7affe94698f9625b9b2b2c90..938f2a90c58f664299da6fdb4847dd8f4c801473 100644 |
| --- a/tools/dom/templates/dart2js_impl.darttemplate |
| +++ b/tools/dom/templates/dart2js_impl.darttemplate |
| @@ -4,6 +4,6 @@ |
| part of $LIBRARYNAME; |
| -@DocsEditable |
| +@DocsEditable() |
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS$NATIVESPEC { |
| $!MEMBERS} |