Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Document.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Document.darttemplate b/tools/dom/templates/html/impl/impl_Document.darttemplate |
| index 72e2f1235295ce43050dfa675a76a34f92d8b9ad..c29076a690741c8603aee0ca5b6648bcf47355de 100644 |
| --- a/tools/dom/templates/html/impl/impl_Document.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Document.darttemplate |
| @@ -4,7 +4,7 @@ |
| part of html; |
| -/// @domName $DOMNAME |
| +@DomName('$DOMNAME') |
| /** |
| * The base class for all documents. |
| * |