| Index: Source/WebCore/html/HTMLTextAreaElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLTextAreaElement.cpp b/Source/WebCore/html/HTMLTextAreaElement.cpp
|
| index a3840b6fa27f2f0ec8efe01107f44e0501d6be80..d3658150cf8741f08f8bb6419a7b16a61c0a374b 100644
|
| --- a/Source/WebCore/html/HTMLTextAreaElement.cpp
|
| +++ b/Source/WebCore/html/HTMLTextAreaElement.cpp
|
| @@ -242,11 +242,6 @@ bool HTMLTextAreaElement::isKeyboardFocusable(KeyboardEvent*) const
|
| return isFocusable();
|
| }
|
|
|
| -bool HTMLTextAreaElement::isMouseFocusable() const
|
| -{
|
| - return isFocusable();
|
| -}
|
| -
|
| void HTMLTextAreaElement::updateFocusAppearance(bool restorePreviousSelection)
|
| {
|
| if (!restorePreviousSelection || !hasCachedSelection()) {
|
|
|