Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 069f96aed0607082ae165f65b32ce29102e56c03..2db3c4d8cf7606f4f8bc94e45606e2a69a8711f9 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -781,6 +781,7 @@ void SVGSVGElement::finishParsingChildren() |
void SVGSVGElement::trace(Visitor* visitor) |
{ |
+ visitor->trace(m_timeContainer); |
visitor->trace(m_viewSpec); |
SVGGraphicsElement::trace(visitor); |
} |