| Index: Source/WebCore/html/HTMLFormControlElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLFormControlElement.cpp b/Source/WebCore/html/HTMLFormControlElement.cpp
|
| index 3b393ed3d0ce7fde423ddbfc7138b14344485fe3..4ffe465c4a4a7950cc4c9a5412c31fcc41759bd7 100644
|
| --- a/Source/WebCore/html/HTMLFormControlElement.cpp
|
| +++ b/Source/WebCore/html/HTMLFormControlElement.cpp
|
| @@ -331,11 +331,6 @@ bool HTMLFormControlElement::isKeyboardFocusable(KeyboardEvent* event) const
|
| return false;
|
| }
|
|
|
| -bool HTMLFormControlElement::isMouseFocusable() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| short HTMLFormControlElement::tabIndex() const
|
| {
|
| // Skip the supportsFocus check in HTMLElement.
|
|
|