| Index: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| index 41479a0e85e6d7f64e8fbcc44aa13277bc31d888..31f0ceea0004b827713d3b57c167cf73e54965af 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| @@ -159,7 +159,8 @@ Node::InsertionNotificationRequest PickerIndicatorElement::insertedInto(
|
| }
|
|
|
| void PickerIndicatorElement::didNotifySubtreeInsertionsToDocument() {
|
| - if (!document().settings() || !document().settings()->accessibilityEnabled())
|
| + if (!document().settings() ||
|
| + !document().settings()->getAccessibilityEnabled())
|
| return;
|
| // Don't make this focusable if we are in layout tests in order to avoid to
|
| // break existing tests.
|
|
|