| Index: Source/core/dom/AXObjectCache.h
|
| diff --git a/Source/core/dom/AXObjectCache.h b/Source/core/dom/AXObjectCache.h
|
| index 1b4cc368a84ffb4d336d05a0e28cc4df7fc7c961..96b118e4645d24fe7ffe29d7a477b7f6c3cd59d3 100644
|
| --- a/Source/core/dom/AXObjectCache.h
|
| +++ b/Source/core/dom/AXObjectCache.h
|
| @@ -45,7 +45,7 @@ class CORE_EXPORT AXObjectCache {
|
| public:
|
| static AXObjectCache* create(Document&);
|
|
|
| - static AXObject* focusedUIElementForPage(const Page*);
|
| + static unsigned numberOfLiveAXObjects();
|
|
|
| virtual ~AXObjectCache();
|
|
|
|
|