summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBCallbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBCallbacks.h')
-rw-r--r--Source/WebCore/storage/IDBCallbacks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBCallbacks.h b/Source/WebCore/storage/IDBCallbacks.h
index e62c085..29fb1c4 100644
--- a/Source/WebCore/storage/IDBCallbacks.h
+++ b/Source/WebCore/storage/IDBCallbacks.h
@@ -49,7 +49,6 @@ public:
virtual ~IDBCallbacks() { }
virtual void onError(PassRefPtr<IDBDatabaseError>) = 0;
- virtual void onSuccess() = 0; // For "null".
virtual void onSuccess(PassRefPtr<IDBCursorBackendInterface>) = 0;
virtual void onSuccess(PassRefPtr<IDBDatabaseBackendInterface>) = 0;
virtual void onSuccess(PassRefPtr<IDBIndexBackendInterface>) = 0;