| Index: sky/engine/core/css/resolver/ScopedStyleResolver.cpp
|
| diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.cpp b/sky/engine/core/css/resolver/ScopedStyleResolver.cpp
|
| index 92d891db39b2c220bafd477e8ed9178562c2d4e1..c14ea180cdb10b721d582cd7b9a5d676d4e2aec4 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.cpp
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.cpp
|
| @@ -55,7 +55,7 @@ void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<co
|
| {
|
| for (size_t i = 0; i < m_authorStyleSheets.size(); ++i) {
|
| StyleSheetContents* contents = m_authorStyleSheets[i]->contents();
|
| - if (contents->hasOneClient() || visitedSharedStyleSheetContents.add(contents).isNewEntry)
|
| + if (visitedSharedStyleSheetContents.add(contents).isNewEntry)
|
| features.add(contents->ruleSet().features());
|
| }
|
| }
|
|
|