Index: Source/core/html/HTMLTextFormControlElement.h |
diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h |
index 6d1c5921f2faf1f00991e1d57d71b22755c95255..55b0a7350b8edce4618623a9a40bf78adafe5727 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.h |
+++ b/Source/core/html/HTMLTextFormControlElement.h |
@@ -87,6 +87,11 @@ 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; |