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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.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/SVGMatrixTearOff.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
index 781a02e147ca0e91a0c693f4c15420ffcc4530d4..cf64bcba393a6fc5528ce281ad40691060b28074 100644
--- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.cpp
@@ -42,7 +42,7 @@ SVGMatrixTearOff::SVGMatrixTearOff(const AffineTransform& staticValue)
SVGMatrixTearOff::SVGMatrixTearOff(SVGTransformTearOff* transform)
: m_contextTransform(this, transform) {
- ASSERT(transform);
+ DCHECK(transform);
}
DEFINE_TRACE(SVGMatrixTearOff) {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGMarkerElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698