summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBKeyRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBKeyRange.h')
-rw-r--r--Source/WebCore/storage/IDBKeyRange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBKeyRange.h b/Source/WebCore/storage/IDBKeyRange.h
index 636a5c1..7a87088 100644
--- a/Source/WebCore/storage/IDBKeyRange.h
+++ b/Source/WebCore/storage/IDBKeyRange.h
@@ -35,7 +35,7 @@
namespace WebCore {
-class IDBKeyRange : public ThreadSafeShared<IDBKeyRange> {
+class IDBKeyRange : public ThreadSafeRefCounted<IDBKeyRange> {
public:
static PassRefPtr<IDBKeyRange> create(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen)
{