Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp |
index 30b7c7859f29bc744565df46be4018039747e43c..2e73fd5e2def1bf0e32be330886ead1cd7fb8ae7 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp |
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp |
@@ -449,7 +449,7 @@ bool AXLayoutObject::IsFocused() const { |
// focusable. Check instead if the frame's selection controller is focused |
if (focused_object == this || |
(RoleValue() == kWebAreaRole && |
- GetDocument()->GetFrame()->Selection().IsFocusedAndActive())) |
+ GetDocument()->GetFrame()->Selection().FrameIsFocusedAndActive())) |
return true; |
return false; |