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

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

Issue 2748223002: Replace ASSERT_NOT_REACHED with NOTREACHED in core/svg/ (Closed)
Patch Set: Created 3 years, 9 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/svg/SVGBoolean.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGBoolean.cpp b/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
index a2dcb2c94db3a6bb7af2ba4561ec9a780216de4a..9c7dc4c423ed5ccf54cc4610d5b7b77b6662cc3f 100644
--- a/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
@@ -51,7 +51,7 @@ SVGParsingError SVGBoolean::setValueAsString(const String& value) {
}
void SVGBoolean::add(SVGPropertyBase*, SVGElement*) {
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement,
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedColor.cpp ('k') | third_party/WebKit/Source/core/svg/SVGEnumeration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698