summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/history/PageCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/history/PageCache.h')
-rw-r--r--Source/WebCore/history/PageCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/history/PageCache.h b/Source/WebCore/history/PageCache.h
index 71ae5ad..912bd65 100644
--- a/Source/WebCore/history/PageCache.h
+++ b/Source/WebCore/history/PageCache.h
@@ -39,7 +39,8 @@ namespace WebCore {
class HistoryItem;
class Page;
- class PageCache : public Noncopyable {
+ class PageCache {
+ WTF_MAKE_NONCOPYABLE(PageCache); WTF_MAKE_FAST_ALLOCATED;
public:
friend PageCache* pageCache();