| Index: lib/html/templates/html/impl/impl_Storage.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_Storage.darttemplate b/lib/html/templates/html/impl/impl_Storage.darttemplate
|
| index b6027f5bef81e7a16becc12f84c71e0952792018..67f370bc7bd329349aee60b4a9a0698e4fa09282 100644
|
| --- a/lib/html/templates/html/impl/impl_Storage.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_Storage.darttemplate
|
| @@ -49,6 +49,6 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| int get length => $dom_length;
|
|
|
| - bool isEmpty() => $dom_key(0) == null;
|
| + bool get isEmpty => $dom_key(0) == null;
|
| $!MEMBERS
|
| }
|
|
|