Index: Source/core/html/InputType.cpp |
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp |
index 18bead56a6fcf5926480560f1ef299d12bfdb957..8aa8534e3bd09efce04e05adb5fb28f03e89800d 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 |