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