Index: Source/core/dom/ElementDataCache.h |
diff --git a/Source/core/dom/ElementDataCache.h b/Source/core/dom/ElementDataCache.h |
index c3798de98ebedd44dee3aeb7856dcaaee9170fcf..b202b201c6792628b921be2f5ba0872a1513543c 100644 |
--- a/Source/core/dom/ElementDataCache.h |
+++ b/Source/core/dom/ElementDataCache.h |
@@ -41,6 +41,7 @@ class Attribute; |
class ShareableElementData; |
class ElementDataCache final : public NoBaseWillBeGarbageCollected<ElementDataCache> { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ElementDataCache); |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ElementDataCache) |
public: |
static PassOwnPtrWillBeRawPtr<ElementDataCache> create() { return adoptPtrWillBeNoop(new ElementDataCache); } |