Chromium Code Reviews| 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 5baf565ec2683d02d186248e2eb3c47aeb954e18..be6b4f5ef03691edb82a4386e05b91eaf81ddef4 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, |
|
alecflett
2013/12/19 00:41:39
I have been thrown off by this before, being virtu
jsbell
2013/12/19 18:31:19
Done.
|
| + blink::WebIDBCallbacks* callbacks_ptr, |
| + int32 ipc_cursor_id); |
| virtual void RequestIDBCursorContinue(const IndexedDBKey& key, |
| const IndexedDBKey& primary_key, |