Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index b42c576617870d330c5e9bbd4bb249835a354a63..fad8cc4bd2d6ba0e84989efeac0492f4e07d81cb 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -501,6 +501,7 @@ public: |
Document& axObjectCacheOwner() const; |
AXObjectCache* existingAXObjectCache() const; |
AXObjectCache* axObjectCache() const; |
+ AXObjectCache* alwaysCreateAxObjectCache() const; |
dmazzoni
2014/12/09 00:49:51
nit: Ax -> AX
aboxhall
2014/12/13 01:38:36
Actually, I don't need this method any more anyway
|
void clearAXObjectCache(); |
// to get visually ordered hebrew and arabic pages right |