Index: content/common/indexed_db/proxy_webidbindex_impl.h |
diff --git a/content/common/indexed_db/proxy_webidbindex_impl.h b/content/common/indexed_db/proxy_webidbindex_impl.h |
index 59eafb2d42f20a8f4f11e453fd826c726ce5302f..32a72a7923ec99fb2684262748b551cca38f198c 100644 |
--- a/content/common/indexed_db/proxy_webidbindex_impl.h |
+++ b/content/common/indexed_db/proxy_webidbindex_impl.h |
@@ -40,10 +40,18 @@ class RendererWebIDBIndexImpl : public WebKit::WebIDBIndex { |
WebKit::WebIDBCallbacks* callbacks, |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode& ec); |
+ virtual void getObject(const WebKit::WebIDBKeyRange& key, |
jsbell
2012/04/18 19:23:44
Consistency: this parameter is named key_range in
alecflett
2012/04/18 20:16:07
Done.
|
+ WebKit::WebIDBCallbacks* callbacks, |
+ const WebKit::WebIDBTransaction& transaction, |
+ WebKit::WebExceptionCode& ec); |
virtual void getKey(const WebKit::WebIDBKey& key, |
WebKit::WebIDBCallbacks* callbacks, |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode& ec); |
+ virtual void getKey(const WebKit::WebIDBKeyRange& key, |
jsbell
2012/04/18 19:23:44
Consistency: this parameter is named key_range in
alecflett
2012/04/18 20:16:07
Done.
|
+ WebKit::WebIDBCallbacks* callbacks, |
+ const WebKit::WebIDBTransaction& transaction, |
+ WebKit::WebExceptionCode& ec); |
private: |
int32 idb_index_id_; |