Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp

Issue 2469143002: Make siblingRules and uncommonAttributeRules private. (Closed)
Patch Set: Compile fixes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp b/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp
index 1a2b48ee9bd2eb370ddb8d62904f4f479509865d..3cee782cd3cb1020cd25fa7ad61d604c29be7816 100644
--- a/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp
+++ b/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp
@@ -159,8 +159,8 @@ bool CSSDefaultStyleSheets::ensureDefaultStyleSheetsForElement(
changedDefaultStyle = true;
}
- ASSERT(!m_defaultStyle->features().hasIdsInSelectors());
- ASSERT(m_defaultStyle->features().siblingRules.isEmpty());
+ DCHECK(!m_defaultStyle->features().hasIdsInSelectors());
+ DCHECK(!m_defaultStyle->features().usesSiblingRules());
return changedDefaultStyle;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698