| Index: Source/core/html/HTMLViewSourceDocument.cpp
|
| diff --git a/Source/core/html/HTMLViewSourceDocument.cpp b/Source/core/html/HTMLViewSourceDocument.cpp
|
| index 86e3e4699160a0a1cbcf6d7ce3451d2cd06e6d8a..da8f9e27f64c55f6bd542feeec6ff07c29587c9d 100644
|
| --- a/Source/core/html/HTMLViewSourceDocument.cpp
|
| +++ b/Source/core/html/HTMLViewSourceDocument.cpp
|
| @@ -320,6 +320,8 @@ Result<Element> HTMLViewSourceDocument::addLink(const AtomicString& url, bool is
|
| void HTMLViewSourceDocument::accept(Visitor* visitor) const
|
| {
|
| visitor->visit(m_current);
|
| + visitor->visit(m_tbody);
|
| + visitor->visit(m_td);
|
| HTMLDocument::accept(visitor);
|
| }
|
|
|
|
|