| Index: Source/core/html/HTMLTextFormControlElement.h | 
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h | 
| index 6d1c5921f2faf1f00991e1d57d71b22755c95255..65ff3f060a05088eba5b22587d5d4ea90e2e3b9f 100644 | 
| --- a/Source/core/html/HTMLTextFormControlElement.h | 
| +++ b/Source/core/html/HTMLTextFormControlElement.h | 
| @@ -87,6 +87,10 @@ public: | 
|  | 
| void setTextAsOfLastFormControlChangeEvent(const String& text) { m_textAsOfLastFormControlChangeEvent = text; } | 
|  | 
| +    static Position startOfWord(const Position&); | 
| +    static Position endOfWord(const Position&); | 
| +    static Position startOfSentence(const Position&); | 
| +    static Position endOfSentence(const Position&); | 
| protected: | 
| HTMLTextFormControlElement(const QualifiedName&, Document&, HTMLFormElement*); | 
| bool isPlaceholderEmpty() const; | 
|  |