Index: third_party/WebKit/Source/core/dom/AXObjectCache.h |
diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h |
index c8df706cc7fb890f670e42b7ab69d60432015db9..b39d30cd5f43cef2114fcc890498a3c3ac969c10 100644 |
--- a/third_party/WebKit/Source/core/dom/AXObjectCache.h |
+++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h |
@@ -46,7 +46,7 @@ class CORE_EXPORT AXObjectCache : public GarbageCollectedFinalized<AXObjectCache |
public: |
static AXObjectCache* create(Document&); |
- static AXObject* focusedUIElementForPage(const Page*); |
+ static AXObject* focusedObject(); |
virtual ~AXObjectCache(); |
DEFINE_INLINE_VIRTUAL_TRACE() { } |