| Index: third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| index 852e9f6edb5da03d43a6030e3b0c79bbad37fe0e..fe9c55aff726ef14f1246a913a2e55ea2077d17e 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| @@ -27,7 +27,6 @@
|
|
|
| [
|
| Exposed=(Window,Worker),
|
| - GarbageCollected
|
| ] interface IDBKeyRange {
|
| [ImplementedAs=lowerValue, CallWith=ScriptState] readonly attribute any lower;
|
| [ImplementedAs=upperValue, CallWith=ScriptState] readonly attribute any upper;
|
|
|