summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/xml/XPathResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XPathResult.h')
-rw-r--r--Source/WebCore/xml/XPathResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XPathResult.h b/Source/WebCore/xml/XPathResult.h
index cbb51f5..e45916c 100644
--- a/Source/WebCore/xml/XPathResult.h
+++ b/Source/WebCore/xml/XPathResult.h
@@ -80,7 +80,7 @@ namespace WebCore {
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