| Index: third_party/WebKit/Source/core/css/SelectorChecker.h
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.h b/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| index a8271836d63115bb6e6acd1840d5e70389efc8a3..826418b02b7d1bf54e5b15d3e499e1408f471600 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.h
|
| @@ -112,7 +112,7 @@ private:
|
| Match matchSelector(const SelectorCheckingContext&, MatchResult&) const;
|
| Match matchForSubSelector(const SelectorCheckingContext&, MatchResult&) const;
|
| Match matchForRelation(const SelectorCheckingContext&, MatchResult&) const;
|
| - Match matchForShadowDistributed(const SelectorCheckingContext&, const Element&, MatchResult&) const;
|
| + Match matchForPseudoContent(const SelectorCheckingContext&, const Element&, MatchResult&) const;
|
| Match matchForPseudoShadow(const SelectorCheckingContext&, const ContainerNode*, MatchResult&) const;
|
| bool checkPseudoClass(const SelectorCheckingContext&, MatchResult&) const;
|
| bool checkPseudoElement(const SelectorCheckingContext&, MatchResult&) const;
|
|
|