summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBTransactionCallbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBTransactionCallbacks.h')
-rw-r--r--Source/WebCore/storage/IDBTransactionCallbacks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBTransactionCallbacks.h b/Source/WebCore/storage/IDBTransactionCallbacks.h
index 348608d..8d906a6 100644
--- a/Source/WebCore/storage/IDBTransactionCallbacks.h
+++ b/Source/WebCore/storage/IDBTransactionCallbacks.h
@@ -42,7 +42,6 @@ public:
virtual void onAbort() = 0;
virtual void onComplete() = 0;
- virtual void onTimeout() = 0;
};
} // namespace WebCore