Index: Source/core/accessibility/AXObjectCache.h |
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h |
index b91ac626d853d7a8822a1d870cbd74faf343fd47..90a70a87fe550c249804e855fbe3e3091a1536a3 100644 |
--- a/Source/core/accessibility/AXObjectCache.h |
+++ b/Source/core/accessibility/AXObjectCache.h |
@@ -195,9 +195,6 @@ public: |
bool nodeHasRole(Node*, const AtomicString& role); |
- void startCachingComputedObjectAttributesUntilTreeMutates(); |
- void stopCachingComputedObjectAttributes(); |
- |
AXComputedObjectAttributeCache* computedObjectAttributeCache() { return m_computedObjectAttributeCache.get(); } |
protected: |