| Index: Source/core/svg/animation/SMILTimeContainer.cpp | 
| diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp | 
| index 29982c3145ca2d63650dba03264d21dda1234308..9b262642dd13ee9e4aff184f8009938f763e77b8 100644 | 
| --- a/Source/core/svg/animation/SMILTimeContainer.cpp | 
| +++ b/Source/core/svg/animation/SMILTimeContainer.cpp | 
| @@ -467,7 +467,9 @@ SMILTime SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime) | 
|  | 
| void SMILTimeContainer::trace(Visitor* visitor) | 
| { | 
| +#if ENABLE(OILPAN) | 
| visitor->trace(m_scheduledAnimations); | 
| +#endif | 
| } | 
|  | 
| } | 
|  |