Index: content/browser/indexed_db/indexed_db_backing_store.h |
diff --git a/content/browser/indexed_db/indexed_db_backing_store.h b/content/browser/indexed_db/indexed_db_backing_store.h |
index d7e5dbc217c24db517ce7af8df78df7b27c6edc5..7b11a600f9cd99c8fda48b9119aef2b95afa52b3 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.h |
+++ b/content/browser/indexed_db/indexed_db_backing_store.h |
@@ -313,7 +313,7 @@ class CONTENT_EXPORT IndexedDBBackingStore |
virtual const IndexedDBKey& primary_key() const; |
virtual IndexedDBValue* value() = 0; |
virtual const RecordIdentifier& record_identifier() const; |
- virtual bool LoadCurrentRow() = 0; |
+ virtual bool LoadCurrentRow(leveldb::Status* s) = 0; |
protected: |
Cursor(scoped_refptr<IndexedDBBackingStore> backing_store, |