| Index: Source/WebCore/html/HTMLInputElement.h
|
| diff --git a/Source/WebCore/html/HTMLInputElement.h b/Source/WebCore/html/HTMLInputElement.h
|
| index f5f4a83b47b1c972af73fe1d6689d1fc689a7b2a..71e2a6d0ea4521681ec46651bb5c6d8b8d27c1bb 100644
|
| --- a/Source/WebCore/html/HTMLInputElement.h
|
| +++ b/Source/WebCore/html/HTMLInputElement.h
|
| @@ -253,7 +253,6 @@ public:
|
|
|
| // Functions for InputType classes.
|
| void setValueInternal(const String&, TextFieldEventBehavior);
|
| - bool isTextFormControlFocusable() const;
|
| bool isTextFormControlKeyboardFocusable(KeyboardEvent*) const;
|
| bool isTextFormControlMouseFocusable() const;
|
| bool valueAttributeWasUpdatedAfterParsing() const { return m_valueAttributeWasUpdatedAfterParsing; }
|
|
|