Index: Source/WebCore/dom/Document.h |
=================================================================== |
--- Source/WebCore/dom/Document.h (revision 146890) |
+++ Source/WebCore/dom/Document.h (working copy) |
@@ -559,10 +559,10 @@ |
Node::setRenderer(renderer); |
} |
- AXObjectCache* existingAXObjectCache() const; |
+ void clearAXObjectCache(); |
AXObjectCache* axObjectCache() const; |
- void clearAXObjectCache(); |
- |
+ bool axObjectCacheExists() const; |
+ |
// to get visually ordered hebrew and arabic pages right |
void setVisuallyOrdered(); |
bool visuallyOrdered() const { return m_visuallyOrdered; } |