| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 2d68d22e01064e789d328daa7a70498d01b6d4e2..5457aff3f2e995e6fa603f4176ee89b3d0fa94d8 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -1335,6 +1335,7 @@ void SVGSMILElement::dispatchPendingEvent(SMILEventSender* eventSender)
|
| void SVGSMILElement::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_targetElement);
|
| + visitor->trace(m_timeContainer);
|
| SVGElement::trace(visitor);
|
| }
|
|
|
|
|