| Index: third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl b/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| index 5e9e209c9f2899dbed0c66867c2feaf06617df83..8ced38cd1efa32ccb34f0628d3c6a928eb887fd2 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| @@ -49,6 +49,8 @@ module storage {
|
| raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext] IDBRequest openCursor(in [Optional] IDBKeyRange range, in [Optional] unsigned short direction)
|
| raises (IDBDatabaseException);
|
| + [CallWith=ScriptExecutionContext] IDBRequest openCursor(in IDBKey key, in [Optional] unsigned short direction)
|
| + raises (IDBDatabaseException);
|
| IDBIndex createIndex(in DOMString name, in DOMString keyPath, in [Optional] Dictionary options)
|
| raises (IDBDatabaseException);
|
| IDBIndex index(in DOMString name)
|
|
|