| Index: third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp b/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp
|
| index 5e596a95f20ab7d8b3ba1500e9c564bd55dd4af2..df122f876f9ab97781a4a6bd1b11ea2bd837fb08 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSGlobalRuleSet.cpp
|
| @@ -65,8 +65,8 @@ void CSSGlobalRuleSet::update(Document& document) {
|
|
|
| document.styleEngine().collectScopedStyleFeaturesTo(m_features);
|
|
|
| - m_siblingRuleSet = makeRuleSet(m_features.siblingRules);
|
| - m_uncommonAttributeRuleSet = makeRuleSet(m_features.uncommonAttributeRules);
|
| + m_siblingRuleSet = makeRuleSet(m_features.siblingRules());
|
| + m_uncommonAttributeRuleSet = makeRuleSet(m_features.uncommonAttributeRules());
|
| }
|
|
|
| DEFINE_TRACE(CSSGlobalRuleSet) {
|
|
|