Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index 226ec50ee22315737e683f0abd6fc6a29aea865b..2c102f2e43a11dcc54c26a34b8a03d67cd066dd4 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -241,9 +241,9 @@ bool HTMLTextAreaElement::isKeyboardFocusable(KeyboardEvent*) const |
return isFocusable(); |
} |
-bool HTMLTextAreaElement::isMouseFocusable() const |
+bool HTMLTextAreaElement::shouldShowFocusRingOnMouseFocus() const |
{ |
- return isFocusable(); |
+ return true; |
} |
void HTMLTextAreaElement::updateFocusAppearance(bool restorePreviousSelection) |