| Index: Source/core/animation/ActiveAnimations.cpp
|
| diff --git a/Source/core/animation/ActiveAnimations.cpp b/Source/core/animation/ActiveAnimations.cpp
|
| index ec48cb6b87b5545e084e3003325fdbce29eff403..938e0dff9697bc8e9ae43b5d3c1a1a8ae1746e7c 100644
|
| --- a/Source/core/animation/ActiveAnimations.cpp
|
| +++ b/Source/core/animation/ActiveAnimations.cpp
|
| @@ -100,4 +100,9 @@ void ActiveAnimations::cancelAnimationOnCompositor()
|
| it->key->cancelAnimationOnCompositor();
|
| }
|
|
|
| +void ActiveAnimations::trace(Visitor* visitor)
|
| +{
|
| + visitor->trace(m_cssAnimations);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|