summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/CSSStyleRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSStyleRule.h')
-rw-r--r--Source/WebCore/css/CSSStyleRule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSStyleRule.h b/Source/WebCore/css/CSSStyleRule.h
index 171b636..2d35043 100644
--- a/Source/WebCore/css/CSSStyleRule.h
+++ b/Source/WebCore/css/CSSStyleRule.h
@@ -50,7 +50,7 @@ public:
// Not part of the CSSOM
virtual bool parseString(const String&, bool = false);
- void adoptSelectorVector(Vector<CSSSelector*>& selectors) { m_selectorList.adoptSelectorVector(selectors); }
+ void adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(selectors); }
void setDeclaration(PassRefPtr<CSSMutableStyleDeclaration>);
const CSSSelectorList& selectorList() const { return m_selectorList; }