summaryrefslogtreecommitdiffstats
path: root/WebCore/html/CollectionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/CollectionCache.h')
-rw-r--r--WebCore/html/CollectionCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/CollectionCache.h b/WebCore/html/CollectionCache.h
index 7cdcdd5..0a49fb8 100644
--- a/WebCore/html/CollectionCache.h
+++ b/WebCore/html/CollectionCache.h
@@ -29,7 +29,7 @@ namespace WebCore {
class AtomicStringImpl;
class Element;
-struct CollectionCache {
+struct CollectionCache : FastAllocBase {
CollectionCache();
CollectionCache(const CollectionCache&);
CollectionCache& operator=(const CollectionCache& other)