Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/CSSGlobalRuleSet.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
diff --git a/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h b/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
index 93b230c6dc6f74ef34260f573a29d91d90fb55f8..8ba43752d130d635a19d54661bf10e74b7055913 100644
--- a/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
+++ b/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h
@@ -35,7 +35,7 @@ class CSSGlobalRuleSet {
void update(Document&);
const RuleFeatureSet& ruleFeatureSet() const {
- RELEASE_ASSERT(m_features.isAlive());
+ CHECK(m_features.isAlive());
return m_features;
}
RuleSet* siblingRuleSet() const { return m_siblingRuleSet; }
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSFontSelector.cpp ('k') | third_party/WebKit/Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine