Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
index 76188bf7a4c77d483c333dc0d67b11c41abd09bf..2cf10aa73af8256182c4428d43172db0ff29b07a 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp |
@@ -1182,19 +1182,6 @@ void AXObject::clearChildren() |
m_haveChildren = false; |
} |
-AXObject* AXObject::focusedUIElement() const |
-{ |
- Document* doc = document(); |
- if (!doc) |
- return 0; |
- |
- Page* page = doc->page(); |
- if (!page) |
- return 0; |
- |
- return axObjectCache().focusedUIElementForPage(page); |
-} |
- |
Document* AXObject::document() const |
{ |
FrameView* frameView = documentFrameView(); |