summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/SQLTransactionCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/SQLTransactionCallback.h')
-rw-r--r--Source/WebCore/storage/SQLTransactionCallback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/storage/SQLTransactionCallback.h b/Source/WebCore/storage/SQLTransactionCallback.h
index aff6233..6904880 100644
--- a/Source/WebCore/storage/SQLTransactionCallback.h
+++ b/Source/WebCore/storage/SQLTransactionCallback.h
@@ -31,13 +31,13 @@
#if ENABLE(DATABASE)
-#include <wtf/ThreadSafeShared.h>
+#include <wtf/ThreadSafeRefCounted.h>
namespace WebCore {
class SQLTransaction;
-class SQLTransactionCallback : public ThreadSafeShared<SQLTransactionCallback> {
+class SQLTransactionCallback : public ThreadSafeRefCounted<SQLTransactionCallback> {
public:
virtual ~SQLTransactionCallback() { }
virtual bool handleEvent(SQLTransaction*) = 0;