| Index: third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| index 99c58957a468d2e450ce7c06e29986ea34286064..c6c760239546b9030e2291f0cc97329a326e5a7c 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
|
| @@ -374,7 +374,7 @@ void TextIteratorAlgorithm<Strategy>::advance()
|
| // 4. Reached the top of a shadow root. If it's created by author, then try to visit the next
|
| // sibling shadow root, if any.
|
| if (!m_node->isShadowRoot()) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| m_shouldStop = true;
|
| return;
|
| }
|
|
|