| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index e27eabcf5a3ad2b1c1a7b4c4d34982ab353d83d2..c24f9eb11b37a8b824543d643467ad0057d2b9fb 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -88,8 +88,6 @@ public:
|
| virtual void setInnerEditorValue(const String&);
|
| String innerEditorValue() const;
|
|
|
| - String directionForFormData() const;
|
| -
|
| void setTextAsOfLastFormControlChangeEvent(const String& text) { m_textAsOfLastFormControlChangeEvent = text; }
|
|
|
| // These functions don't cause synchronous layout and SpellChecker uses
|
|
|