summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XPathParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XPathParser.cpp')
-rw-r--r--WebCore/xml/XPathParser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/xml/XPathParser.cpp b/WebCore/xml/XPathParser.cpp
index 20e7590..c242a5c 100644
--- a/WebCore/xml/XPathParser.cpp
+++ b/WebCore/xml/XPathParser.cpp
@@ -410,6 +410,10 @@ Parser::Parser()
reset(String());
}
+Parser::~Parser()
+{
+}
+
void Parser::reset(const String& data)
{
m_nextPos = 0;