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

Unified Diff: third_party/WebKit/Source/core/svg/SVGEnumeration.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/SVGEnumeration.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp b/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
index f32cb9fcfa2d2cc39f044e8e47b7ea6beef50762..ab97785587e84fb3a8d73e18d3f6c78fa495d5f5 100644
--- a/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGEnumeration.cpp
@@ -77,7 +77,7 @@ SVGParsingError SVGEnumerationBase::setValueAsString(const String& string) {
}
void SVGEnumerationBase::add(SVGPropertyBase*, SVGElement*) {
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
void SVGEnumerationBase::calculateAnimatedValue(
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGBoolean.cpp ('k') | third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698