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

Unified Diff: third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.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 | « third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp
index 80123f469cd0898cc93f504164aae2ea3bd05507..2fa8a5aafe6dce3c7f68af6e42ff29f010ae7611 100644
--- a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp
@@ -37,9 +37,9 @@ class SharedStyleFinderTest : public ::testing::Test {
}
void finishAddingSelectors() {
- m_siblingRuleSet = makeRuleSet(m_ruleSet->features().siblingRules);
+ m_siblingRuleSet = makeRuleSet(m_ruleSet->features().siblingRules());
m_uncommonAttributeRuleSet =
- makeRuleSet(m_ruleSet->features().uncommonAttributeRules);
+ makeRuleSet(m_ruleSet->features().uncommonAttributeRules());
}
bool matchesUncommonAttributeRuleSet(Element& element) {
« no previous file with comments | « third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698