| Index: Source/core/editing/iterators/TextIterator.cpp
|
| diff --git a/Source/core/editing/iterators/TextIterator.cpp b/Source/core/editing/iterators/TextIterator.cpp
|
| index acb03758c5829e142333e73f1423c6e9fb92f775..88f7219b2b9c1f52dc230af5925b864f62c73cc6 100644
|
| --- a/Source/core/editing/iterators/TextIterator.cpp
|
| +++ b/Source/core/editing/iterators/TextIterator.cpp
|
| @@ -301,7 +301,7 @@ void TextIterator::advance()
|
| // Handle the current node according to its type.
|
| if (m_iterationProgress < HandledNode) {
|
| bool handledNode = false;
|
| - if (renderer->isText() && m_node->nodeType() == Node::TEXT_NODE) { // FIXME: What about CDATA_SECTION_NODE?
|
| + if (renderer->isText() && m_node->nodeType() == Node::TEXT_NODE) {
|
| handledNode = handleTextNode();
|
| } else if (renderer && (renderer->isImage() || renderer->isRenderPart()
|
| || (m_node && m_node->isHTMLElement()
|
|
|