| Index: Source/core/css/parser/CSSParserValues.h
|
| diff --git a/Source/core/css/parser/CSSParserValues.h b/Source/core/css/parser/CSSParserValues.h
|
| index 65134526d98dd961683c09618a604668a2a10e42..587d1b6c41383492033945d476d347eb1b8911e4 100644
|
| --- a/Source/core/css/parser/CSSParserValues.h
|
| +++ b/Source/core/css/parser/CSSParserValues.h
|
| @@ -235,6 +235,7 @@ public:
|
| bool relationIsAffectedByPseudoContent() const { return m_selector->relationIsAffectedByPseudoContent(); }
|
|
|
| void adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectorVector);
|
| + void setSelectorList(PassOwnPtr<CSSSelectorList>);
|
|
|
| bool hasHostPseudoSelector() const;
|
| bool isContentPseudoElement() const { return m_selector->isContentPseudoElement(); }
|
|
|