Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: Source/core/html/HTMLViewSourceDocument.cpp

Issue 28033004: [oilpan] Remove a couple of Persistents that are no longer needed. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLViewSourceDocument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « Source/core/html/HTMLViewSourceDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698