Index: Source/core/editing/FrameSelection.h |
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
index c59a5d0fe133cbed33bbcc094ec6cebbfaa65cef..348568f99110fff5054ff26fc4dc1d7482529a3f 100644 |
--- a/Source/core/editing/FrameSelection.h |
+++ b/Source/core/editing/FrameSelection.h |
@@ -149,6 +149,7 @@ public: |
bool isRange() const { return m_selection.isRange(); } |
bool isCaretOrRange() const { return m_selection.isCaretOrRange(); } |
bool isInPasswordField() const; |
+ bool isInTextField() const; |
bool isDirectional() const { return m_selection.isDirectional(); } |
// If this FrameSelection has a logical range which is still valid, this function return its clone. Otherwise, |