| Index: Source/WebCore/html/HTMLInputElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLInputElement.cpp b/Source/WebCore/html/HTMLInputElement.cpp
|
| index ba27af0c741e761f2456c26bfb0acdfcdc171aa0..01b0849da71d59437a9067db4a647f9cb948f284 100644
|
| --- a/Source/WebCore/html/HTMLInputElement.cpp
|
| +++ b/Source/WebCore/html/HTMLInputElement.cpp
|
| @@ -394,11 +394,6 @@ bool HTMLInputElement::isMouseFocusable() const
|
| return m_inputType->isMouseFocusable();
|
| }
|
|
|
| -bool HTMLInputElement::isTextFormControlFocusable() const
|
| -{
|
| - return HTMLTextFormControlElement::isFocusable();
|
| -}
|
| -
|
| bool HTMLInputElement::isTextFormControlKeyboardFocusable(KeyboardEvent* event) const
|
| {
|
| return HTMLTextFormControlElement::isKeyboardFocusable(event);
|
|
|