| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index 4c2e91210c6794e517bcaa960ad39eaa43fca1dc..5cd82372fa772f46d460fcb7c7ec2bc0bf70a594 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1239,7 +1239,7 @@ static Range* findStringBetweenPositions(const String& target, const EphemeralRa
|
| }
|
| }
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return nullptr;
|
| }
|
|
|
|
|