Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Storage.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Storage.darttemplate b/tools/dom/templates/html/impl/impl_Storage.darttemplate |
| index d200bb8d112041407c0b3cebac72c2239d10f293..2f4c9094d18a4cdb9feefb230bc756288de0f15b 100644 |
| --- a/tools/dom/templates/html/impl/impl_Storage.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Storage.darttemplate |
| @@ -4,7 +4,7 @@ |
| part of html; |
| -/// @domName $DOMNAME |
| +@DomName("$DOMNAME") |
| class $CLASSNAME$EXTENDS implements Map<String, String> $NATIVESPEC { |
| // TODO(nweiz): update this when maps support lazy iteration |