| Index: Source/core/xml/XPathParser.h
|
| diff --git a/Source/core/xml/XPathParser.h b/Source/core/xml/XPathParser.h
|
| index 7a28c1284e37e588d6dd7ed24efd7fcb8e4ada8c..6dc5c9928685e1340315d37ca8c5eb6a6228eb24 100644
|
| --- a/Source/core/xml/XPathParser.h
|
| +++ b/Source/core/xml/XPathParser.h
|
| @@ -126,8 +126,8 @@ private:
|
| HashSet<ParseNode*> m_parseNodes;
|
| HashSet<Vector<OwnPtr<Predicate> >*> m_predicateVectors;
|
| HashSet<Vector<OwnPtr<Expression> >*> m_expressionVectors;
|
| - HashSet<String*> m_strings;
|
| - HashSet<Step::NodeTest*> m_nodeTests;
|
| + HashSet<OwnPtr<String> > m_strings;
|
| + HashSet<OwnPtr<Step::NodeTest> > m_nodeTests;
|
| };
|
|
|
| } // XPath
|
|
|