Chromium Code Reviews| Index: Source/core/xml/DOMParser.cpp |
| diff --git a/Source/core/xml/DOMParser.cpp b/Source/core/xml/DOMParser.cpp |
| index 4e68739295b28a587ef20a905e48d303e134c628..f3d34a02d457dad0d4dd2ffa14c4d2d2526fb903 100644 |
| --- a/Source/core/xml/DOMParser.cpp |
| +++ b/Source/core/xml/DOMParser.cpp |
| @@ -37,4 +37,9 @@ DOMParser::DOMParser(Document& document) |
| { |
| } |
| +void DOMParser::trace(Visitor* visitor) |
| +{ |
| + visitor->trace(m_contextDocument); |
| +} |
| + |
| } // namespace blink |