| Index: Source/core/html/TextFieldInputType.cpp
|
| diff --git a/Source/core/html/TextFieldInputType.cpp b/Source/core/html/TextFieldInputType.cpp
|
| index 92a46762785e8819748345394f986f133468b2b1..030eddfdcb56342ad0154b25954d628b68dea74d 100644
|
| --- a/Source/core/html/TextFieldInputType.cpp
|
| +++ b/Source/core/html/TextFieldInputType.cpp
|
| @@ -73,9 +73,9 @@ bool TextFieldInputType::isKeyboardFocusable(KeyboardEvent*) const
|
| return element()->isFocusable();
|
| }
|
|
|
| -bool TextFieldInputType::isMouseFocusable() const
|
| +bool TextFieldInputType::shouldShowFocusRingOnMouseFocus() const
|
| {
|
| - return element()->isFocusable();
|
| + return true;
|
| }
|
|
|
| bool TextFieldInputType::isTextField() const
|
|
|