| 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 d97213777b1d09c4b51125c2f7fd507af1ad894e..0aded16c3e2a3ad9c53435d0cf4bb16ba37fd0c5 100644
|
| --- a/third_party/WebKit/Source/modules/storage/Storage.idl
|
| +++ b/third_party/WebKit/Source/modules/storage/Storage.idl
|
| @@ -26,7 +26,6 @@
|
| // https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface
|
|
|
| [
|
| - GarbageCollected
|
| ] interface Storage {
|
| // TODO(philipj): [NotEnumerable] should not be used anywhere in this interface.
|
| [NotEnumerable, RaisesException=Getter] readonly attribute unsigned long length;
|
|
|