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

Unified Diff: Source/core/css/resolver/StyleResolver.cpp

Issue 398793002: Oilpan: Remove support for tracing of off-heap ListHashSets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix number in test. 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/MediaQueryList.cpp ('k') | Source/core/dom/DocumentOrderedList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResolver.cpp
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
index 4cbde273b420259d12a0e7fe9e750f365439bc9a..fd3110e7362fe02ac5e1a29e957b79b361d269b7 100644
--- a/Source/core/css/resolver/StyleResolver.cpp
+++ b/Source/core/css/resolver/StyleResolver.cpp
@@ -1557,6 +1557,7 @@ bool StyleResolver::mediaQueryAffectedByViewportChange() const
void StyleResolver::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_keyframesRuleMap);
visitor->trace(m_matchedPropertiesCache);
visitor->trace(m_viewportDependentMediaQueryResults);
@@ -1567,6 +1568,7 @@ void StyleResolver::trace(Visitor* visitor)
visitor->trace(m_watchedSelectorsRules);
visitor->trace(m_treeBoundaryCrossingRules);
visitor->trace(m_pendingStyleSheets);
+#endif
}
} // namespace WebCore
« no previous file with comments | « Source/core/css/MediaQueryList.cpp ('k') | Source/core/dom/DocumentOrderedList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698