| Index: third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
|
| index c2c9ed9535122fc0aafe3623ec7f887b0312e3e0..8c272b141aace933f30ddb2da10e976d94d54da0 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
|
| @@ -47,7 +47,7 @@ void WordAwareIterator::advance()
|
|
|
| // If last time we did a look-ahead, start with that looked-ahead chunk now
|
| if (!m_didLookAhead) {
|
| - ASSERT(!m_textIterator.atEnd());
|
| + DCHECK(!m_textIterator.atEnd());
|
| m_textIterator.advance();
|
| }
|
| m_didLookAhead = false;
|
|
|