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

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

Issue 2738863002: Replace ASSERT with DCHECK in core/svg/ (Closed)
Patch Set: Split DCHECKS wherever possible 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/SVGString.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGString.cpp b/third_party/WebKit/Source/core/svg/SVGString.cpp
index 0370d9073b2c540284cb25ffb2dea7fabcf587ee..a134ea83a6ed7f62996c85c0d9a357d9bdd56773 100644
--- a/third_party/WebKit/Source/core/svg/SVGString.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGString.cpp
@@ -34,7 +34,7 @@ void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement,
SVGPropertyBase* to,
SVGPropertyBase*,
SVGElement*) {
- ASSERT(animationElement);
+ DCHECK(animationElement);
String fromString = toSVGString(from)->m_value;
String toString = toSVGString(to)->m_value;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp ('k') | third_party/WebKit/Source/core/svg/SVGTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698