| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index da70698ee496ef0fb021123f5be1d3e9b2408bbb..54423d408c4c7d174df6b0b9069866ba5850f582 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -90,8 +90,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
|
|
|