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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTests.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/SVGTests.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGTests.cpp b/third_party/WebKit/Source/core/svg/SVGTests.cpp
index 77b882b51824abc451fbbf2c623bf257380bc504..92ff15e0e25e8758d289c67c2eb7fb8fbcdf42aa 100644
--- a/third_party/WebKit/Source/core/svg/SVGTests.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGTests.cpp
@@ -37,7 +37,7 @@ SVGTests::SVGTests(SVGElement* contextElement)
m_systemLanguage(
SVGStaticStringList::create(contextElement,
SVGNames::systemLanguageAttr)) {
- ASSERT(contextElement);
+ DCHECK(contextElement);
contextElement->addToPropertyMap(m_requiredFeatures);
contextElement->addToPropertyMap(m_requiredExtensions);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGString.cpp ('k') | third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698