summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBRequest.h')
-rw-r--r--WebCore/storage/IDBRequest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/storage/IDBRequest.h b/WebCore/storage/IDBRequest.h
index 0c37c96..5836f78 100644
--- a/WebCore/storage/IDBRequest.h
+++ b/WebCore/storage/IDBRequest.h
@@ -63,7 +63,9 @@ public:
// IDBCallbacks
virtual void onError(PassRefPtr<IDBDatabaseError>);
+ virtual void onSuccess(); // For "null".
virtual void onSuccess(PassRefPtr<IDBDatabase>);
+ virtual void onSuccess(PassRefPtr<IDBIndex>);
virtual void onSuccess(PassRefPtr<SerializedScriptValue>);
// FIXME: Have one onSuccess function for each possible result type.