| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| index cb99daec1f47bea25d2dedaf9f9627c577458ad8..595484ffdeba11103014ae68852cd1159b0d6e4b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| @@ -197,7 +197,7 @@ bool HTMLAreaElement::isMouseFocusable() const {
|
| bool HTMLAreaElement::layoutObjectIsFocusable() const {
|
| HTMLImageElement* image = imageElement();
|
| if (!image || !image->layoutObject() ||
|
| - image->layoutObject()->style()->visibility() != EVisibility::Visible)
|
| + image->layoutObject()->style()->visibility() != EVisibility::kVisible)
|
| return false;
|
|
|
| return supportsFocus() && Element::tabIndex() >= 0;
|
|
|