| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index c64bc0e6164dc75f0fb363c0a5a7a664a4eee206..bc85767d92a5f6e22d167a0791e7c77b0db5461b 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -531,9 +531,9 @@ bool InputType::isKeyboardFocusable(KeyboardEvent* event) const
|
| return element()->isTextFormControlKeyboardFocusable(event);
|
| }
|
|
|
| -bool InputType::isMouseFocusable() const
|
| +bool InputType::shouldShowFocusRingOnMouseFocus() const
|
| {
|
| - return element()->isTextFormControlMouseFocusable();
|
| + return false;
|
| }
|
|
|
| bool InputType::shouldUseInputMethod() const
|
|
|