| Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| index 038d6b2655889b8d7a73d6b9dd5e4c0c328ac362..8ee6519da8f203f6902bf6ba4a2385450faec8b6 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| @@ -70,6 +70,7 @@ public:
|
| IDBRequest* openCursor(ScriptState*, const ScriptValue& range, const String& direction, ExceptionState&);
|
| IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, ExceptionState&);
|
| IDBRequest* get(ScriptState*, const ScriptValue& key, ExceptionState&);
|
| + IDBRequest* getKey(ScriptState*, const ScriptValue& key, ExceptionState&);
|
| IDBRequest* getAll(ScriptState*, const ScriptValue& range, unsigned long maxCount, ExceptionState&);
|
| IDBRequest* getAll(ScriptState*, const ScriptValue& range, ExceptionState&);
|
| IDBRequest* getAllKeys(ScriptState*, const ScriptValue& range, unsigned long maxCount, ExceptionState&);
|
|
|