Chromium Code Reviews| Index: Source/core/xml/XMLSerializer.cpp |
| diff --git a/Source/core/xml/XMLSerializer.cpp b/Source/core/xml/XMLSerializer.cpp |
| index 3ad1ad79beed0411eae5ef58bbb91be30981b6bc..7c42e56f1dd55c34d80dc62e149b8040d6b5bafc 100644 |
| --- a/Source/core/xml/XMLSerializer.cpp |
| +++ b/Source/core/xml/XMLSerializer.cpp |
| @@ -29,8 +29,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(XMLSerializer); |
| - |
| String XMLSerializer::serializeToString(Node* node, ExceptionState& exceptionState) |
| { |
| if (!node) { |