| Index: Source/core/accessibility/AXObjectCache.h
|
| diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h
|
| index 844c92969b6c90fbd574028ca862c20be27b088e..20ac1c5ff70340c9025b64dd93954ad21cb5c217 100644
|
| --- a/Source/core/accessibility/AXObjectCache.h
|
| +++ b/Source/core/accessibility/AXObjectCache.h
|
| @@ -249,7 +249,6 @@ inline AccessibilityObject* AXObjectCache::getOrCreate(RenderObject*) { return 0
|
| inline AccessibilityObject* AXObjectCache::getOrCreate(Node*) { return 0; }
|
| inline AccessibilityObject* AXObjectCache::getOrCreate(Widget*) { return 0; }
|
| inline AccessibilityObject* AXObjectCache::rootObject() { return 0; }
|
| -inline AccessibilityObject* AXObjectCache::rootObjectForFrame(Frame*) { return 0; }
|
| inline Element* AXObjectCache::rootAXEditableElement(Node*) { return 0; }
|
| inline bool nodeHasRole(Node*, const String&) { return false; }
|
| inline void AXObjectCache::startCachingComputedObjectAttributesUntilTreeMutates() { }
|
|
|