| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index a97bc50d29b62d72b57d37142800813dfc989bbc..f8e60b0faccee423f402785d76d6b8f31003c4bb 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -1349,6 +1349,7 @@ void SVGSMILElement::Condition::trace(Visitor* visitor)
|
| void SVGSMILElement::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_targetElement);
|
| + visitor->trace(m_timeContainer);
|
| visitor->trace(m_conditions);
|
| visitor->trace(m_syncBaseDependents);
|
| SVGElement::trace(visitor);
|
|
|