| Index: Source/modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.idl b/Source/modules/indexeddb/IDBObjectStore.idl
|
| index 673addf40f5e96e51f617a641f1f86b7ff5a9cae..368ddc986fd376c3ff7527186b96bc7f53bf10f0 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.idl
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.idl
|
| @@ -42,7 +42,7 @@
|
| // TODO(cmumford): 0xFFFFFFFF is not necessary. Remove once crbug.com/335871 is fixed.
|
| [CallWith=ScriptState, RaisesException, RuntimeEnabled=IndexedDBExperimental] IDBRequest getAll([Default=Undefined] optional any range, optional unsigned long maxCount = 0xFFFFFFFF);
|
| [CallWith=ScriptState, RaisesException] IDBRequest clear();
|
| - [CallWith=ScriptState, RaisesException] IDBRequest openCursor([Default=Undefined] optional any range, optional DOMString direction = "next");
|
| + [CallWith=ScriptState, RaisesException] IDBRequest openCursor([Default=Undefined] optional any range, optional IDBCursorDirection direction = "next");
|
| [CallWith=ScriptState, RaisesException, RuntimeEnabled=IndexedDBExperimental] IDBRequest openKeyCursor([Default=Undefined] optional any range, optional IDBCursorDirection direction = "next");
|
| [CallWith=ScriptState, RaisesException] IDBIndex createIndex(DOMString name, (DOMString or sequence<DOMString>) keyPath, optional IDBIndexParameters options);
|
| [RaisesException] IDBIndex index(DOMString name);
|
|
|