Index: third_party/WebKit/Source/core/css/ElementRuleCollector.h |
diff --git a/third_party/WebKit/Source/core/css/ElementRuleCollector.h b/third_party/WebKit/Source/core/css/ElementRuleCollector.h |
index c2c7dca769d21f481f6707bede32933b08f2f77c..682a450121e35899d6f0b7f6791e22c17a334e4e 100644 |
--- a/third_party/WebKit/Source/core/css/ElementRuleCollector.h |
+++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.h |
@@ -60,7 +60,7 @@ class MatchedRule { |
: m_ruleData(ruleData), |
m_specificity(specificity), |
m_parentStyleSheet(parentStyleSheet) { |
- ASSERT(m_ruleData); |
+ DCHECK(m_ruleData); |
static const unsigned BitsForPositionInRuleData = 18; |
static const unsigned BitsForStyleSheetIndex = 32; |
m_position = ((uint64_t)cascadeOrder |