| Index: sky/engine/core/css/ElementRuleCollector.cpp
|
| diff --git a/sky/engine/core/css/ElementRuleCollector.cpp b/sky/engine/core/css/ElementRuleCollector.cpp
|
| index c5297a383008ecdd5c5ce79c016a5fb9b629efcb..25d0f596b245afc298b06b0bd3e3f3e57b71f846 100644
|
| --- a/sky/engine/core/css/ElementRuleCollector.cpp
|
| +++ b/sky/engine/core/css/ElementRuleCollector.cpp
|
| @@ -144,7 +144,7 @@ void ElementRuleCollector::collectRuleIfMatches(const RuleData& ruleData, Cascad
|
| if (ruleMatches(ruleData, matchRequest.scope)) {
|
| // If the rule has no properties to apply, then ignore it in the non-debug mode.
|
| const StylePropertySet& properties = rule->properties();
|
| - if (properties.isEmpty() && !matchRequest.includeEmptyRules)
|
| + if (properties.isEmpty())
|
| return;
|
|
|
| // Update our first/last rule indices in the matched rules array.
|
|
|