summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/xml/XPathResult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XPathResult.cpp')
-rw-r--r--Source/WebCore/xml/XPathResult.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/xml/XPathResult.cpp b/Source/WebCore/xml/XPathResult.cpp
index b608280..1dcde2e 100644
--- a/Source/WebCore/xml/XPathResult.cpp
+++ b/Source/WebCore/xml/XPathResult.cpp
@@ -41,6 +41,8 @@ using namespace XPath;
XPathResult::XPathResult(Document* document, const Value& value)
: m_value(value)
+ , m_nodeSetPosition(0)
+ , m_domTreeVersion(0)
{
switch (m_value.type()) {
case Value::BooleanValue: