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

Unified Diff: Source/core/css/CSSPropertySourceData.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/CSSPropertySourceData.h ('k') | Source/core/css/SelectorFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertySourceData.cpp
diff --git a/Source/core/css/CSSPropertySourceData.cpp b/Source/core/css/CSSPropertySourceData.cpp
index 339c40afc7f7661af970691280b6e97a96ab5f66..305510fafe67d89cf88a5151fc87bc8636f424e7 100644
--- a/Source/core/css/CSSPropertySourceData.cpp
+++ b/Source/core/css/CSSPropertySourceData.cpp
@@ -77,12 +77,14 @@ CSSPropertySourceData::CSSPropertySourceData(const CSSPropertySourceData& other)
DEFINE_TRACE(CSSRuleSourceData)
{
+#if ENABLE(OILPAN)
visitor->trace(ruleHeaderRange);
visitor->trace(ruleBodyRange);
visitor->trace(selectorRanges);
visitor->trace(styleSourceData);
visitor->trace(childRules);
visitor->trace(mediaSourceData);
+#endif
}
} // namespace blink
« no previous file with comments | « Source/core/css/CSSPropertySourceData.h ('k') | Source/core/css/SelectorFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698