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

Unified Diff: Source/core/html/imports/HTMLImportLoader.cpp

Issue 659953002: Add a pure virtual method to the GarbageCollectedMixin class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/imports/HTMLImportLoader.h ('k') | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/imports/HTMLImportLoader.cpp
diff --git a/Source/core/html/imports/HTMLImportLoader.cpp b/Source/core/html/imports/HTMLImportLoader.cpp
index cd70099753a2b5f64efdfc69f380595ed89552ab..0c09befa69bd12565f61dd0e26cfb792a99cd934 100644
--- a/Source/core/html/imports/HTMLImportLoader.cpp
+++ b/Source/core/html/imports/HTMLImportLoader.cpp
@@ -233,6 +233,7 @@ void HTMLImportLoader::trace(Visitor* visitor)
visitor->trace(m_document);
visitor->trace(m_writer);
visitor->trace(m_microtaskQueue);
+ DocumentParserClient::trace(visitor);
}
} // namespace blink
« no previous file with comments | « Source/core/html/imports/HTMLImportLoader.h ('k') | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698