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

Unified Diff: third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h

Issue 2755493004: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ (Closed)
Patch Set: All windows error are Resolved now. 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/css/CSSCustomPropertyDeclaration.h
diff --git a/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h b/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
index bf3f3eb6f2e12b4afc848b9901613147a301f841..0a26ac312ec4c40d05d1545e115714906bd3c9b7 100644
--- a/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
+++ b/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
@@ -51,7 +51,7 @@ class CSSCustomPropertyDeclaration : public CSSValue {
m_name(name),
m_value(nullptr),
m_valueId(id) {
- ASSERT(id == CSSValueInherit || id == CSSValueInitial ||
+ DCHECK(id == CSSValueInherit || id == CSSValueInitial ||
id == CSSValueUnset);
}
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSCustomIdentValue.cpp ('k') | third_party/WebKit/Source/core/css/CSSFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698