Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / XPathParser.h
index 7a28c12..6dc5c99 100644 (file)
@@ -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