Index: Source/core/editing/TextIterator.h |
diff --git a/Source/core/editing/TextIterator.h b/Source/core/editing/TextIterator.h |
index 7e9afc31e475f7197c382e65026490a3c62f425b..003cacba1b8aa99ce961716bda8eb6134d39ff48 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() const; |
int length() const { return m_textLength; } |
UChar characterAt(unsigned index) const; |