Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index e88476ff7890d6c355d30e4cd448e26e39b5816e..fe05b83c232665fbe0ec127270413602fb268916 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -1343,10 +1343,12 @@ void SVGSMILElement::Condition::trace(Visitor* visitor) |
void SVGSMILElement::trace(Visitor* visitor) |
{ |
+#if ENABLE(OILPAN) |
visitor->trace(m_targetElement); |
visitor->trace(m_timeContainer); |
visitor->trace(m_conditions); |
visitor->trace(m_syncBaseDependents); |
+#endif |
SVGElement::trace(visitor); |
} |