Index: third_party/WebKit/public/web/WebTextDirection.h |
diff --git a/third_party/WebKit/public/web/WebTextDirection.h b/third_party/WebKit/public/web/WebTextDirection.h |
index 39686c8dc762a1a589676637feb3688a7ec35dec..c3718ec6146ddd4c538529a3a4b1437ab0c0a80a 100644 |
--- a/third_party/WebKit/public/web/WebTextDirection.h |
+++ b/third_party/WebKit/public/web/WebTextDirection.h |
@@ -53,7 +53,7 @@ inline WebTextDirection ToWebTextDirection(TextDirection direction) { |
case TextDirection::kRtl: |
return kWebTextDirectionRightToLeft; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return kWebTextDirectionDefault; |
} |
#endif |