summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/SQLResultSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/SQLResultSet.h')
-rw-r--r--Source/WebCore/storage/SQLResultSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/storage/SQLResultSet.h b/Source/WebCore/storage/SQLResultSet.h
index 268472f..964504c 100644
--- a/Source/WebCore/storage/SQLResultSet.h
+++ b/Source/WebCore/storage/SQLResultSet.h
@@ -33,11 +33,11 @@
#include "ExceptionCode.h"
#include "SQLResultSetRowList.h"
-#include <wtf/ThreadSafeShared.h>
+#include <wtf/ThreadSafeRefCounted.h>
namespace WebCore {
-class SQLResultSet : public ThreadSafeShared<SQLResultSet> {
+class SQLResultSet : public ThreadSafeRefCounted<SQLResultSet> {
public:
static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }