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; } |