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

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

Issue 403333002: [oilpan]: Remove support for tracing off-heap hashmaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add GC_PLUGIN_IGNORE Created 6 years, 5 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/css/RuleFeature.cpp ('k') | Source/core/css/TreeBoundaryCrossingRules.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RuleSet.cpp
diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
index a4ab6415fb259c50ee8a6b19c414ead2b4304016..db2f3ffebdcfead54596218be18fcc4450f9e249 100644
--- a/Source/core/css/RuleSet.cpp
+++ b/Source/core/css/RuleSet.cpp
@@ -379,10 +379,12 @@ void RuleData::trace(Visitor* visitor)
void RuleSet::PendingRuleMaps::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(idRules);
visitor->trace(classRules);
visitor->trace(tagRules);
visitor->trace(shadowPseudoElementRules);
+#endif
}
void RuleSet::trace(Visitor* visitor)
« no previous file with comments | « Source/core/css/RuleFeature.cpp ('k') | Source/core/css/TreeBoundaryCrossingRules.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698