Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
| index cb5aa2a34d1d399388e5a793539e8cd98bd2d49b..d0de325c2dc2b2bff7d5d1e4b61fd2336b9cf41f 100644 |
| --- a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
| @@ -3,8 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| part of html; |
| - |
| -/// @domName $DOMNAME |
| +$ANNOTATIONS |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| $!MEMBERS |