summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBTransactionBackendInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBTransactionBackendInterface.h')
-rw-r--r--Source/WebCore/storage/IDBTransactionBackendInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBTransactionBackendInterface.h b/Source/WebCore/storage/IDBTransactionBackendInterface.h
index 1b370af..3432e9a 100644
--- a/Source/WebCore/storage/IDBTransactionBackendInterface.h
+++ b/Source/WebCore/storage/IDBTransactionBackendInterface.h
@@ -43,7 +43,7 @@ class IDBTransactionCallbacks;
// This is implemented by IDBTransactionBackendImpl and optionally others (in order to proxy
// calls across process barriers). All calls to these classes should be non-blocking and
// trigger work on a background thread if necessary.
-class IDBTransactionBackendInterface : public ThreadSafeShared<IDBTransactionBackendInterface> {
+class IDBTransactionBackendInterface : public ThreadSafeRefCounted<IDBTransactionBackendInterface> {
public:
virtual ~IDBTransactionBackendInterface() { }