Index: Source/core/dom/AXObjectCache.h |
diff --git a/Source/core/dom/AXObjectCache.h b/Source/core/dom/AXObjectCache.h |
index 0628593c348569643807b2a3b7d1fbb11ba557d6..62b616f40f5a7fa93268df22ec03595179da6763 100644 |
--- a/Source/core/dom/AXObjectCache.h |
+++ b/Source/core/dom/AXObjectCache.h |
@@ -147,6 +147,7 @@ private: |
}; |
class CORE_EXPORT ScopedAXObjectCache { |
+ WTF_MAKE_FAST_ALLOCATED(ScopedAXObjectCache); |
WTF_MAKE_NONCOPYABLE(ScopedAXObjectCache); |
public: |
static PassOwnPtr<ScopedAXObjectCache> create(Document&); |