X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fxml%2FXPathParser.h;h=6dc5c9928685e1340315d37ca8c5eb6a6228eb24;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=7a28c1284e37e588d6dd7ed24efd7fcb8e4ada8c;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/xml/XPathParser.h b/src/third_party/WebKit/Source/core/xml/XPathParser.h index 7a28c12..6dc5c99 100644 --- a/src/third_party/WebKit/Source/core/xml/XPathParser.h +++ b/src/third_party/WebKit/Source/core/xml/XPathParser.h @@ -126,8 +126,8 @@ private: HashSet m_parseNodes; HashSet >*> m_predicateVectors; HashSet >*> m_expressionVectors; - HashSet m_strings; - HashSet m_nodeTests; + HashSet > m_strings; + HashSet > m_nodeTests; }; } // XPath