Index: Source/core/xml/DOMParser.cpp |
diff --git a/Source/core/xml/DOMParser.cpp b/Source/core/xml/DOMParser.cpp |
index c454232681cb23628dbeaa7c01cd6614d477aeca..2612ead98c7783e35f4f343aacffc5909284e3b1 100644 |
--- a/Source/core/xml/DOMParser.cpp |
+++ b/Source/core/xml/DOMParser.cpp |
@@ -25,8 +25,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(DOMParser); |
- |
PassRefPtr<Document> DOMParser::parseFromString(const String& str, const String& contentType, ExceptionState& exceptionState) |
{ |
// HTML5 is very explicit about which types we're allowed to support here: |