| 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 c2bd709be037bc2a7f55f04cdf547a5b05a31934..5e9e209c9f2899dbed0c66867c2feaf06617df83 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| @@ -43,6 +43,8 @@ module storage {
|
| raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext] IDBRequest clear()
|
| raises (IDBDatabaseException);
|
| + [CallWith=ScriptExecutionContext] IDBRequest get(in IDBKeyRange key)
|
| + raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext] IDBRequest get(in IDBKey key)
|
| raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext] IDBRequest openCursor(in [Optional] IDBKeyRange range, in [Optional] unsigned short direction)
|
|
|