Index: content/child/indexed_db/webidbdatabase_impl.h |
diff --git a/content/child/indexed_db/webidbdatabase_impl.h b/content/child/indexed_db/webidbdatabase_impl.h |
index 61f20018636fe12c0f685594b86d104dd446df71..83dbe82223dbf34910919e5c9ae6d071a4bd8423 100644 |
--- a/content/child/indexed_db/webidbdatabase_impl.h |
+++ b/content/child/indexed_db/webidbdatabase_impl.h |
@@ -50,6 +50,11 @@ class WebIDBDatabaseImpl : public blink::WebIDBDatabase { |
const blink::WebIDBKeyRange&, |
bool keyOnly, |
blink::WebIDBCallbacks*); |
+ void getAll(long long transactionId, |
+ long long objectStoreId, |
+ const blink::WebIDBKeyRange&, |
+ long long maxCount, |
+ blink::WebIDBCallbacks*) override; |
virtual void put(long long transactionId, |
long long objectStoreId, |
const blink::WebData& value, |