| 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 b454b53c64f36947a36f4fa40d8293d307262de9..9e48ff9e3d93411fc24d327eb70ad35b72378880 100644
|
| --- a/tools/dom/templates/html/impl/impl_Storage.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Storage.darttemplate
|
| @@ -29,8 +29,8 @@ part of $LIBRARYNAME;
|
| * [Maps](http://www.dartlang.org/docs/library-tour/#maps-aka-dictionaries-or-hashes)
|
| * section of the library tour.
|
| */
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS implements Map<String, String>
|
| - $NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS
|
| + implements Map<String, String> $NATIVESPEC {
|
|
|
| // TODO(nweiz): update this when maps support lazy iteration
|
| bool containsValue(String value) => values.any((e) => e == value);
|
|
|