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

Unified Diff: Source/core/xml/XMLHttpRequest.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.cpp ('k') | Source/modules/presentation/Presentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequest.cpp
diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
index 3be66245fb392263911aaf96b4a1583315560974..f30234e757d453a7ac48bb8b8a58a23418a6d273 100644
--- a/Source/core/xml/XMLHttpRequest.cpp
+++ b/Source/core/xml/XMLHttpRequest.cpp
@@ -1662,6 +1662,7 @@ void XMLHttpRequest::trace(Visitor* visitor)
visitor->trace(m_upload);
visitor->trace(m_blobLoader);
XMLHttpRequestEventTarget::trace(visitor);
+ DocumentParserClient::trace(visitor);
}
} // namespace blink
« no previous file with comments | « Source/core/html/imports/HTMLImportLoader.cpp ('k') | Source/modules/presentation/Presentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698