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..47208ffc385139fdd13edd9aa422786146fc5bff 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. |
| * |