summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBCursorBackendInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBCursorBackendInterface.h')
-rw-r--r--Source/WebCore/storage/IDBCursorBackendInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBCursorBackendInterface.h b/Source/WebCore/storage/IDBCursorBackendInterface.h
index 6cdab42..21425c9 100644
--- a/Source/WebCore/storage/IDBCursorBackendInterface.h
+++ b/Source/WebCore/storage/IDBCursorBackendInterface.h
@@ -41,7 +41,7 @@ class IDBKey;
class IDBRequest;
class SerializedScriptValue;
-class IDBCursorBackendInterface : public ThreadSafeShared<IDBCursorBackendInterface> {
+class IDBCursorBackendInterface : public ThreadSafeRefCounted<IDBCursorBackendInterface> {
public:
virtual ~IDBCursorBackendInterface() {}