| Index: third_party/WebKit/Source/modules/storage/Storage.idl
|
| diff --git a/third_party/WebKit/Source/modules/storage/Storage.idl b/third_party/WebKit/Source/modules/storage/Storage.idl
|
| index a24b82836661ce3e5bd25f55b9e1c143d2e7f9b2..e4700657cdafb6c3f0fa1954a610518b4c0c2729 100644
|
| --- a/third_party/WebKit/Source/modules/storage/Storage.idl
|
| +++ b/third_party/WebKit/Source/modules/storage/Storage.idl
|
| @@ -25,8 +25,7 @@
|
|
|
| // https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface
|
|
|
| -[
|
| -] interface Storage {
|
| +interface Storage {
|
| // TODO(foolip): [NotEnumerable] should not be used anywhere in this interface.
|
| [NotEnumerable, RaisesException=Getter] readonly attribute unsigned long length;
|
| [NotEnumerable, RaisesException] DOMString? key(unsigned long index);
|
|
|