Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: third_party/WebKit/Source/core/page/TouchAdjustment.cpp

Issue 2844223006: Replace ASSERT_NOT_REACHED with NOTREACHED in core/page (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698