Index: Source/web/WebAXObject.cpp |
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
index 0ba2369c0659ee38023506643c2a3edf783c8924..3192e30a79c6a870d5d55d86b9d8b57f41dced97 100644 |
--- a/Source/web/WebAXObject.cpp |
+++ b/Source/web/WebAXObject.cpp |
@@ -91,16 +91,6 @@ void WebAXObject::enableInlineTextBoxAccessibility() |
AXObjectCache::setInlineTextBoxAccessibility(true); |
} |
-void WebAXObject::startCachingComputedObjectAttributesUntilTreeMutates() |
-{ |
- m_private->axObjectCache()->startCachingComputedObjectAttributesUntilTreeMutates(); |
-} |
- |
-void WebAXObject::stopCachingComputedObjectAttributes() |
-{ |
- m_private->axObjectCache()->stopCachingComputedObjectAttributes(); |
-} |
- |
bool WebAXObject::isDetached() const |
{ |
if (m_private.isNull()) |