| Index: lib/html/doc/interface/Storage.dartdoc
|
| diff --git a/lib/html/doc/interface/Storage.dartdoc b/lib/html/doc/interface/Storage.dartdoc
|
| index 03382c8f369fbcaa1e3635dacef86528e97a2428..a72fd52dd7ed68ea8fddd4d6e0c84bbcf274f6a2 100644
|
| --- a/lib/html/doc/interface/Storage.dartdoc
|
| +++ b/lib/html/doc/interface/Storage.dartdoc
|
| @@ -29,10 +29,10 @@
|
| * section of the library tour.
|
| *
|
| */
|
| -interface Storage extends Map<String, String> {
|
| +abstract class Storage implements Map<String, String> {
|
|
|
| /** @domName Storage.length */
|
| - final int $dom_length;
|
| + abstract int get $dom_length;
|
|
|
| /** @domName Storage.clear */
|
| void $dom_clear();
|
|
|