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

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

Issue 1112363003: Oilpan: Remove OffHeapCollectionTrait (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/SelectorFilter.cpp ('k') | Source/core/css/resolver/MatchedPropertiesCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StylePropertySet.cpp
diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp
index 6bc002dcdebd2b4fbbddb5303ab530c716946142..18e52e58d230cf57c6042460157c6248e4f49337 100644
--- a/Source/core/css/StylePropertySet.cpp
+++ b/Source/core/css/StylePropertySet.cpp
@@ -519,8 +519,10 @@ int MutableStylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const
DEFINE_TRACE_AFTER_DISPATCH(MutableStylePropertySet)
{
+#if ENABLE(OILPAN)
visitor->trace(m_cssomWrapper);
visitor->trace(m_propertyVector);
+#endif
StylePropertySet::traceAfterDispatch(visitor);
}
« no previous file with comments | « Source/core/css/SelectorFilter.cpp ('k') | Source/core/css/resolver/MatchedPropertiesCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698