Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp

Issue 2755493004: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ (Closed)
Patch Set: Worked on Review Comments done Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp b/third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp
index a684e33b782a2999b593e1c7dd36ffc8d11c1014..e66b8d228199f3c071ff85bcb390b38461d725b4 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp
@@ -78,7 +78,7 @@ void countAtRule(const CSSParserContext* context, CSSAtRuleID ruleId) {
case CSSAtRuleInvalid:
// fallthrough
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return;
}
context->count(feature);

Powered by Google App Engine