summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/loader/cache/MemoryCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/loader/cache/MemoryCache.h')
-rw-r--r--Source/WebCore/loader/cache/MemoryCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/loader/cache/MemoryCache.h b/Source/WebCore/loader/cache/MemoryCache.h
index 7a567ea..12452c1 100644
--- a/Source/WebCore/loader/cache/MemoryCache.h
+++ b/Source/WebCore/loader/cache/MemoryCache.h
@@ -70,7 +70,8 @@ class KURL;
// its member variables) are allocated in non-purgeable TC-malloc'd memory so we would see slightly
// more memory use due to this.
-class MemoryCache : public Noncopyable {
+class MemoryCache {
+ WTF_MAKE_NONCOPYABLE(MemoryCache); WTF_MAKE_FAST_ALLOCATED;
public:
friend MemoryCache* memoryCache();