| Index: Source/core/animation/ActiveAnimations.cpp
|
| diff --git a/Source/core/animation/ActiveAnimations.cpp b/Source/core/animation/ActiveAnimations.cpp
|
| index 94477e2569fda4a7e8b9b17a9eeba9e397200876..d4111acee172ce9fedd0b55d70e7669190d6bd53 100644
|
| --- a/Source/core/animation/ActiveAnimations.cpp
|
| +++ b/Source/core/animation/ActiveAnimations.cpp
|
| @@ -81,7 +81,7 @@ void ActiveAnimations::restartAnimationOnCompositor()
|
| entry.key->restartAnimationOnCompositor();
|
| }
|
|
|
| -void ActiveAnimations::trace(Visitor* visitor)
|
| +DEFINE_TRACE(ActiveAnimations)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_cssAnimations);
|
|
|