Chromium Code Reviews| Index: tools/dom/templates/html/dartium/impl_Window.darttemplate |
| diff --git a/tools/dom/templates/html/dartium/impl_Window.darttemplate b/tools/dom/templates/html/dartium/impl_Window.darttemplate |
| index 286114d08cb09e742d337865a755151e8d2993cd..33b52ccbd4057247e6a27e440c442c86729972dd 100644 |
| --- a/tools/dom/templates/html/dartium/impl_Window.darttemplate |
| +++ b/tools/dom/templates/html/dartium/impl_Window.darttemplate |
| @@ -4,7 +4,7 @@ |
| part of html; |
| -/// @domName $DOMNAME |
| +@DomName('$DOMNAME') |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| /** |