| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp
|
| index 314701b473e613733a358fc4d5371c685d199eaf..40cf18ea6a243c4c87ea26c4ab5e83bf5c81bd92 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp
|
| @@ -179,7 +179,7 @@ void TextIteratorTextState::appendTextTo(ForwardsTextBuffer* output, unsigned po
|
| output->pushRange(string().characters16() + offset, lengthToAppend);
|
| return;
|
| }
|
| - ASSERT_NOT_REACHED(); // "We shouldn't be attempting to append text that doesn't exist.";
|
| + NOTREACHED(); // "We shouldn't be attempting to append text that doesn't exist.";
|
| }
|
|
|
| } // namespace blink
|
|
|