Index: Source/core/css/SelectorFilter.cpp |
diff --git a/Source/core/css/SelectorFilter.cpp b/Source/core/css/SelectorFilter.cpp |
index ad7c35ab8abc2ef7a40c9ef1f018e19901ccf77b..42d4e3fd28cf558ab50cb26974734b93df647d15 100644 |
--- a/Source/core/css/SelectorFilter.cpp |
+++ b/Source/core/css/SelectorFilter.cpp |
@@ -177,7 +177,9 @@ DEFINE_TRACE(SelectorFilter::ParentStackFrame) |
DEFINE_TRACE(SelectorFilter) |
{ |
+#if ENABLE(OILPAN) |
visitor->trace(m_parentStack); |
+#endif |
} |
} |