Index: Source/core/dom/AXObjectCache.h |
diff --git a/Source/core/dom/AXObjectCache.h b/Source/core/dom/AXObjectCache.h |
index 1685ebeb6f88693886c6dd3d673e552dceca881d..4b2d92d93330322434dafaaa717720dac2871179 100644 |
--- a/Source/core/dom/AXObjectCache.h |
+++ b/Source/core/dom/AXObjectCache.h |
@@ -141,7 +141,7 @@ private: |
static AXObjectCacheCreateFunction m_createFunction; |
}; |
-class CORE_EXPORT ScopedAXObjectCache { |
+class CORE_EXPORT ScopedAXObjectCache : public RefCounted<ScopedAXObjectCache> { |
WTF_MAKE_NONCOPYABLE(ScopedAXObjectCache); |
public: |
explicit ScopedAXObjectCache(Document&); |