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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAngle.cpp

Issue 2522043003: Replace ASSERT_NOT_REACHED -> NOTREACHED (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/core/style/ShapeValue.h ('k') | third_party/WebKit/Source/core/svg/SVGPoint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGAngle.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAngle.cpp b/third_party/WebKit/Source/core/svg/SVGAngle.cpp
index 6608814b744f73e93bb33c73e0d2e6fd1370bd9f..70b6937d6210dea43e7dff5c987014a564a15a14 100644
--- a/third_party/WebKit/Source/core/svg/SVGAngle.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAngle.cpp
@@ -64,7 +64,7 @@ void SVGMarkerOrientEnumeration::notifyChange() {
void SVGMarkerOrientEnumeration::add(SVGPropertyBase*, SVGElement*) {
// SVGMarkerOrientEnumeration is only animated via SVGAngle
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
void SVGMarkerOrientEnumeration::calculateAnimatedValue(
@@ -76,14 +76,14 @@ void SVGMarkerOrientEnumeration::calculateAnimatedValue(
SVGPropertyBase* toAtEndOfDurationValue,
SVGElement* contextElement) {
// SVGMarkerOrientEnumeration is only animated via SVGAngle
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
float SVGMarkerOrientEnumeration::calculateDistance(
SVGPropertyBase* to,
SVGElement* contextElement) {
// SVGMarkerOrientEnumeration is only animated via SVGAngle
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return -1.0;
}
« no previous file with comments | « third_party/WebKit/Source/core/style/ShapeValue.h ('k') | third_party/WebKit/Source/core/svg/SVGPoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698