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 955d18600539890fdeaf3cc6074b58f2ec758177..068aa00a36d1b7685dc68c782101596930b0118d 100644 |
| --- a/tools/dom/templates/dart2js_impl.darttemplate |
| +++ b/tools/dom/templates/dart2js_impl.darttemplate |
| @@ -4,6 +4,6 @@ |
| part of $LIBRARYNAME; |
| -/// @docsEditable true$ANNOTATIONS |
| +$ANNOTATIONS |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| $!MEMBERS} |