| Index: Source/core/xml/XPathPath.h
|
| diff --git a/Source/core/xml/XPathPath.h b/Source/core/xml/XPathPath.h
|
| index b3b9c06dcc4938a1c47835d81bd5f1bf33ad0c4c..f50192647cf37854810581ede8f361e0b0b9f107 100644
|
| --- a/Source/core/xml/XPathPath.h
|
| +++ b/Source/core/xml/XPathPath.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
|
|
| class Filter : public Expression {
|
| public:
|
| - Filter(PassOwnPtr<Expression>, const Vector<Predicate*>& = Vector<Predicate*>());
|
| + Filter(PassOwnPtr<Expression>, Vector<OwnPtr<Predicate> >&);
|
| virtual ~Filter();
|
|
|
| virtual Value evaluate() const;
|
|
|