| Index: Source/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| diff --git a/Source/core/dom/shadow/SelectRuleFeatureSet.cpp b/Source/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| index 4f6f52668ef8b653340189160284859f1cb7bdf1..8b1e7a98f283c30a4a4b643d0403218166818404 100644
|
| --- a/Source/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| +++ b/Source/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| @@ -54,7 +54,7 @@ void SelectRuleFeatureSet::clear()
|
|
|
| void SelectRuleFeatureSet::collectFeaturesFromSelector(const CSSSelector* selector)
|
| {
|
| - m_cssRuleFeatureSet.collectFeaturesFromSelector(selector);
|
| + m_cssRuleFeatureSet.collectFeaturesFromSelector(selector, 0);
|
|
|
| switch (selector->pseudoType()) {
|
| case CSSSelector::PseudoChecked:
|
|
|