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

Unified Diff: Source/core/css/CSSGroupingRule.cpp

Issue 177423010: Oilpan: Remove Persistent handles from heap allocated CSSRule objects and fix finalization of CSSKe… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Keep the size assertion turned on. Created 6 years, 10 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: Source/core/css/CSSGroupingRule.cpp
diff --git a/Source/core/css/CSSGroupingRule.cpp b/Source/core/css/CSSGroupingRule.cpp
index 8608e2bd1519de14b2593fe427e4b3e255bf8097..b11dcde062c398bc91f78196c47e36de0bb63199 100644
--- a/Source/core/css/CSSGroupingRule.cpp
+++ b/Source/core/css/CSSGroupingRule.cpp
@@ -159,6 +159,7 @@ void CSSGroupingRule::trace(Visitor* visitor)
#if ENABLE(OILPAN)
visitor->trace(m_childRuleCSSOMWrappers);
#endif
+ visitor->trace(m_groupRule);
}
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698