Index: third_party/WebKit/Source/core/css/PageRuleCollector.cpp |
diff --git a/third_party/WebKit/Source/core/css/PageRuleCollector.cpp b/third_party/WebKit/Source/core/css/PageRuleCollector.cpp |
index 5adc70307ab12e494d32fd5656921fde8096faa3..42238f006fe6f9e8b9d4d90c11a2027a3c015e18 100644 |
--- a/third_party/WebKit/Source/core/css/PageRuleCollector.cpp |
+++ b/third_party/WebKit/Source/core/css/PageRuleCollector.cpp |
@@ -45,7 +45,7 @@ static inline bool comparePageRules(const StyleRulePage* r1, |
bool PageRuleCollector::isLeftPage(const ComputedStyle* rootElementStyle, |
int pageIndex) const { |
bool isFirstPageLeft = false; |
- ASSERT(rootElementStyle); |
+ DCHECK(rootElementStyle); |
if (!rootElementStyle->isLeftToRightDirection()) |
isFirstPageLeft = true; |