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