summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/DatabaseAuthorizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/DatabaseAuthorizer.h')
-rw-r--r--Source/WebCore/storage/DatabaseAuthorizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/storage/DatabaseAuthorizer.h b/Source/WebCore/storage/DatabaseAuthorizer.h
index da7761d..939b409 100644
--- a/Source/WebCore/storage/DatabaseAuthorizer.h
+++ b/Source/WebCore/storage/DatabaseAuthorizer.h
@@ -31,7 +31,7 @@
#include "PlatformString.h"
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
-#include <wtf/ThreadSafeShared.h>
+#include <wtf/ThreadSafeRefCounted.h>
#include <wtf/text/StringHash.h>
namespace WebCore {
@@ -40,7 +40,7 @@ extern const int SQLAuthAllow;
extern const int SQLAuthIgnore;
extern const int SQLAuthDeny;
-class DatabaseAuthorizer : public ThreadSafeShared<DatabaseAuthorizer> {
+class DatabaseAuthorizer : public ThreadSafeRefCounted<DatabaseAuthorizer> {
public:
enum Permissions {