Index: Source/core/xml/XPathResult.cpp |
diff --git a/Source/core/xml/XPathResult.cpp b/Source/core/xml/XPathResult.cpp |
index 29fedcdd2ccde7b7fb1f65ca405131ee027ae137..17aa9dd2061af467c816879a3c771620bedfb535 100644 |
--- a/Source/core/xml/XPathResult.cpp |
+++ b/Source/core/xml/XPathResult.cpp |
@@ -36,8 +36,6 @@ namespace WebCore { |
using namespace XPath; |
-DEFINE_GC_INFO(XPathResult); |
- |
XPathResult::XPathResult(Document* document, const Value& value) |
: m_value(value) |
, m_nodeSetPosition(0) |