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