Index: third_party/WebKit/Source/core/css/SelectorChecker.h |
diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.h b/third_party/WebKit/Source/core/css/SelectorChecker.h |
index 915c6e2d2d59ed458c371914b1c9692bd6dbbc50..8e8f6a1edbd2ad674d19a14c479cafc9560ff0ab 100644 |
--- a/third_party/WebKit/Source/core/css/SelectorChecker.h |
+++ b/third_party/WebKit/Source/core/css/SelectorChecker.h |
@@ -140,7 +140,7 @@ class SelectorChecker { |
bool match(const SelectorCheckingContext& context, |
MatchResult& result) const { |
- ASSERT(context.selector); |
+ DCHECK(context.selector); |
return matchSelector(context, result) == SelectorMatches; |
} |