| Index: third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/TouchAdjustment.cpp b/third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| index 0be208dda782dfc2478adcf87a214aa919c5d846..1a806dadf54e83dea050ef4f44833806a32cb08f 100644
|
| --- a/third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| +++ b/third_party/WebKit/Source/core/page/TouchAdjustment.cpp
|
| @@ -223,7 +223,7 @@ static inline void AppendContextSubtargetsForNode(
|
| std::tie(start_pos, end_pos) = text_layout_object->SelectionStartEnd();
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return;
|
| }
|
| Vector<FloatQuad> quads;
|
|
|