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

Unified Diff: third_party/WebKit/Source/core/css/StyleRuleImport.cpp

Issue 1439023002: Oilpan: add reqd tracing of ImportedStyleSheetClients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/Source/core/css/StyleRuleImport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/StyleRuleImport.cpp
diff --git a/third_party/WebKit/Source/core/css/StyleRuleImport.cpp b/third_party/WebKit/Source/core/css/StyleRuleImport.cpp
index 0fcd5afd68773971fb21053a775020f23a8f2da0..90eddf9865c9e4aa0cd43e7bf959f789408ae4e2 100644
--- a/third_party/WebKit/Source/core/css/StyleRuleImport.cpp
+++ b/third_party/WebKit/Source/core/css/StyleRuleImport.cpp
@@ -61,6 +61,7 @@ StyleRuleImport::~StyleRuleImport()
DEFINE_TRACE_AFTER_DISPATCH(StyleRuleImport)
{
+ visitor->trace(m_styleSheetClient);
visitor->trace(m_parentStyleSheet);
visitor->trace(m_mediaQueries);
visitor->trace(m_styleSheet);
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleRuleImport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698