Index: content/child/indexed_db/indexed_db_dispatcher.h |
diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h |
index a9f365308209fe102b696a3f8d68341cc0bee524..0daaee0e7a691b64bd6c958a0b24d4115965c89b 100644 |
--- a/content/child/indexed_db/indexed_db_dispatcher.h |
+++ b/content/child/indexed_db/indexed_db_dispatcher.h |
@@ -82,9 +82,9 @@ class CONTENT_EXPORT IndexedDBDispatcher |
blink::WebIDBCallbacks* callbacks, |
const std::string& database_identifier); |
- void RequestIDBCursorAdvance(unsigned long count, |
- blink::WebIDBCallbacks* callbacks_ptr, |
- int32 ipc_cursor_id); |
+ virtual void RequestIDBCursorAdvance(unsigned long count, |
+ blink::WebIDBCallbacks* callbacks_ptr, |
+ int32 ipc_cursor_id); |
virtual void RequestIDBCursorContinue(const IndexedDBKey& key, |
const IndexedDBKey& primary_key, |