| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 662468f3e3332e81fef7c1737e24a464977a7eca..02bfd06f7e3b6ccee6d229ea68295e1ae9ace1e8 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -500,6 +500,7 @@ public:
|
| Document& axObjectCacheOwner() const;
|
| AXObjectCache* existingAXObjectCache() const;
|
| AXObjectCache* axObjectCache() const;
|
| + AXObjectCache* alwaysCreateAxObjectCache() const;
|
| void clearAXObjectCache();
|
|
|
| // to get visually ordered hebrew and arabic pages right
|
|
|