| Index: Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/Source/core/dom/shadow/ElementShadow.cpp b/Source/core/dom/shadow/ElementShadow.cpp
|
| index 17878e5bfd77d94d2cbf1728c7fb64caac89dcdd..ad449159c82d820e2b629b0609037e6acb4b7aa4 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -347,12 +347,6 @@ void ElementShadow::collectSelectFeatureSetFrom(ShadowRoot& root)
|
| }
|
| }
|
|
|
| -void ElementShadow::distributedNodePseudoStateChanged(CSSSelector::PseudoType pseudo)
|
| -{
|
| - if (ensureSelectFeatureSet().hasSelectorForPseudoType(pseudo))
|
| - setNeedsDistributionRecalc();
|
| -}
|
| -
|
| void ElementShadow::willAffectSelector()
|
| {
|
| for (ElementShadow* shadow = this; shadow; shadow = shadow->containingShadow()) {
|
|
|