| Index: Source/modules/indexeddb/IDBCallbacks.h
|
| diff --git a/Source/modules/indexeddb/IDBCallbacks.h b/Source/modules/indexeddb/IDBCallbacks.h
|
| index fc861651dfccde0c4a020eecb3f1bf388a0885e1..caf2fdc0b77ce8520ac9654d00ddea3263bc27c9 100644
|
| --- a/Source/modules/indexeddb/IDBCallbacks.h
|
| +++ b/Source/modules/indexeddb/IDBCallbacks.h
|
| @@ -62,8 +62,6 @@ public:
|
|
|
| // From IDBCursor.advance()/continue()
|
| virtual void onSuccess(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, PassRefPtr<SharedBuffer>) = 0;
|
| - // From IDBCursor.advance()/continue()
|
| - virtual void onSuccessWithPrefetch(const Vector<RefPtr<IDBKey> >& keys, const Vector<RefPtr<IDBKey> >& primaryKeys, const Vector<RefPtr<SharedBuffer> >& values) = 0;
|
| // From IDBFactory.open()/deleteDatabase()
|
| virtual void onBlocked(int64_t /* existingVersion */) { ASSERT_NOT_REACHED(); }
|
| // From IDBFactory.open()
|
|
|