| Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl
|
| index e198156130774627ff3ba68c927674ff85b78183..9f98ec0d3de68963451cbaa19c5fe810994bf88f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl
|
| @@ -39,7 +39,7 @@
|
| [CallWith=ScriptState, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete(any key);
|
| [CallWith=ScriptState, RaisesException] IDBRequest clear();
|
| [CallWith=ScriptState, RaisesException] IDBRequest get(any key);
|
| - [CallWith=ScriptState, RaisesException, RuntimeEnabled=IndexedDBExperimental] IDBRequest getKey(any key);
|
| + [CallWith=ScriptState, RaisesException] IDBRequest getKey(any key);
|
| // TODO(cmumford): 0xFFFFFFFF is not necessary. Remove once crbug.com/335871 is fixed.
|
| [CallWith=ScriptState, RaisesException] IDBRequest getAll([Default=Undefined] optional any range, [EnforceRange] optional unsigned long maxCount = 0xFFFFFFFF);
|
| // TODO(cmumford): 0xFFFFFFFF is not necessary. Remove once crbug.com/335871 is fixed.
|
|
|