Chromium Code Reviews| Index: tools/dom/templates/html/dartium/dart_implementation.darttemplate |
| diff --git a/tools/dom/templates/html/dartium/dart_implementation.darttemplate b/tools/dom/templates/html/dartium/dart_implementation.darttemplate |
| index 8377e83bf2a65c668331c5730559e53f9a17454d..9da79a1914a57ff58079d3db09a9eb85d674c235 100644 |
| --- a/tools/dom/templates/html/dartium/dart_implementation.darttemplate |
| +++ b/tools/dom/templates/html/dartium/dart_implementation.darttemplate |
| @@ -5,8 +5,7 @@ |
| // WARNING: Do not edit - generated code. |
| part of $LIBRARYNAME; |
| - |
| -/// @domName $DOMNAME$ANNOTATIONS |
| +$ANNOTATIONS |
| class $CLASSNAME$EXTENDS$IMPLEMENTS { |
| $!MEMBERS |
| } |