Index: Source/modules/indexeddb/IDBIndex.h |
diff --git a/Source/modules/indexeddb/IDBIndex.h b/Source/modules/indexeddb/IDBIndex.h |
index 2638de42748414c289f7323ca68d526bf2d5b6eb..0286a432a9a721e6c5bcb781f7f0771f13b39007 100644 |
--- a/Source/modules/indexeddb/IDBIndex.h |
+++ b/Source/modules/indexeddb/IDBIndex.h |
@@ -74,6 +74,8 @@ public: |
private: |
IDBIndex(const IDBIndexMetadata&, IDBObjectStore*, IDBTransaction*); |
+ PassRefPtr<IDBRequest> getInternal(ExecutionContext*, const ScriptValue& key, ExceptionState&, bool keyOnly); |
+ |
IDBIndexMetadata m_metadata; |
RefPtr<IDBObjectStore> m_objectStore; |
RefPtr<IDBTransaction> m_transaction; |