| Index: Source/core/dom/shadow/ElementShadow.h
|
| diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h
|
| index 5c1bf5387815f023c42fecfde79d54a4f5649ac1..e6433560de087b335f29e3466c23e08ab2b95c38 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.h
|
| +++ b/Source/core/dom/shadow/ElementShadow.h
|
| @@ -57,7 +57,7 @@ public:
|
| void attach(const Node::AttachContext&);
|
| void detach(const Node::AttachContext&);
|
|
|
| - void didAffectSelector(AffectedSelectorMask);
|
| + void distributedNodePseudoStateChanged(CSSSelector::PseudoType);
|
| void willAffectSelector();
|
| const SelectRuleFeatureSet& ensureSelectFeatureSet();
|
|
|
|
|