Index: Source/core/editing/TextIterator.h |
diff --git a/Source/core/editing/TextIterator.h b/Source/core/editing/TextIterator.h |
index 7e9afc31e475f7197c382e65026490a3c62f425b..81a5e9a4e0ac5fabb5c4338c46c78634c3e38194 100644 |
--- a/Source/core/editing/TextIterator.h |
+++ b/Source/core/editing/TextIterator.h |
@@ -84,6 +84,7 @@ public: |
bool atEnd() const { return !m_positionNode || m_shouldStop; } |
void advance(); |
+ bool isInsideReplacedElement(); |
Yuta Kitamura
2014/06/18 03:14:38
Can this function be const?
|
int length() const { return m_textLength; } |
UChar characterAt(unsigned index) const; |