Index: Source/core/svg/SVGCursorElement.cpp |
diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp |
index 47d0bc211a3f0ad0ad3cd9e632e0bc4e597c030d..386feb4c23e11718ba344e0b8fc62b2028de0097 100644 |
--- a/Source/core/svg/SVGCursorElement.cpp |
+++ b/Source/core/svg/SVGCursorElement.cpp |
@@ -124,7 +124,9 @@ void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName) |
void SVGCursorElement::trace(Visitor* visitor) |
{ |
+#if ENABLE(OILPAN) |
visitor->trace(m_clients); |
+#endif |
SVGElement::trace(visitor); |
} |