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

Unified Diff: third_party/WebKit/Source/core/dom/PendingScript.cpp

Issue 2020153002: Move ScriptResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-font-resource-client
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/core/dom/PendingScript.cpp
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.cpp b/third_party/WebKit/Source/core/dom/PendingScript.cpp
index 7c346a76a856bf78a012bedbd68c901918feb532..f23b31e3a9bb011c0a39d9ebe0bb93cf4b0c1c29 100644
--- a/third_party/WebKit/Source/core/dom/PendingScript.cpp
+++ b/third_party/WebKit/Source/core/dom/PendingScript.cpp
@@ -186,6 +186,7 @@ DEFINE_TRACE(PendingScript)
{
visitor->trace(m_element);
visitor->trace(m_streamer);
+ visitor->trace(m_client);
ResourceOwner<ScriptResource>::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698