| 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) {
|
|
|