| Index: third_party/WebKit/Source/core/css/CSSSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| index 70e0560b2b50e3a25a584fa42a43255170224254..c1ecb103201a3e1802c91eaf785fa97bec63d122 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| @@ -289,6 +289,8 @@ public:
|
| bool relationIsAffectedByPseudoContent() const { return m_relationIsAffectedByPseudoContent; }
|
| void setRelationIsAffectedByPseudoContent() { m_relationIsAffectedByPseudoContent = true; }
|
|
|
| + bool matchesPseudoElement() const;
|
| +
|
| private:
|
| unsigned m_relation : 3; // enum Relation
|
| unsigned m_match : 4; // enum Match
|
|
|