Index: Source/WebCore/xml/XPathResult.h |
=================================================================== |
--- Source/WebCore/xml/XPathResult.h (revision 81450) |
+++ Source/WebCore/xml/XPathResult.h (working copy) |
@@ -80,7 +80,7 @@ |
XPath::NodeSet m_nodeSet; // FIXME: why duplicate the node set stored in m_value? |
unsigned short m_resultType; |
RefPtr<Document> m_document; |
- unsigned m_domTreeVersion; |
+ uint64_t m_domTreeVersion; |
}; |
} // namespace WebCore |