Index: Source/core/accessibility/AXObjectCache.cpp |
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp |
index b7aed36c6937dbd725a0ac18210ca237c2be0f64..0826a6079713ef15996d22d1ca145833d206816d 100644 |
--- a/Source/core/accessibility/AXObjectCache.cpp |
+++ b/Source/core/accessibility/AXObjectCache.cpp |
@@ -901,18 +901,6 @@ void AXObjectCache::inlineTextBoxesUpdated(RenderObject* renderer) |
} |
} |
-void AXObjectCache::startCachingComputedObjectAttributesUntilTreeMutates() |
-{ |
- // FIXME: no longer needed. When Chromium no longer calls |
- // WebAXObject::startCachingComputedObjectAttributesUntilTreeMutates, |
- // delete this function and the WebAXObject interfaces. |
-} |
- |
-void AXObjectCache::stopCachingComputedObjectAttributes() |
-{ |
- // FIXME: no longer needed (see above). |
-} |
- |
const Element* AXObjectCache::rootAXEditableElement(const Node* node) |
{ |
const Element* result = node->rootEditableElement(); |