| 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 5e85533b6a135dcc485d6a374b804e077ee9218d..07d02093e24e5a0ee55e595de5251c5d7179b339 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() { }
|
|
|