| Index: Source/core/animation/AnimationTimelineTest.cpp
|
| diff --git a/Source/core/animation/AnimationTimelineTest.cpp b/Source/core/animation/AnimationTimelineTest.cpp
|
| index 6bd31a463ab754e2c143288b8aa5c9ff8b9aca11..c754b4c9ea69cc221c8841b276205f477f2b307b 100644
|
| --- a/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -101,6 +101,9 @@ protected:
|
| document.release();
|
| element.release();
|
| timeline.release();
|
| +#if ENABLE(OILPAN)
|
| + Heap::collectAllGarbage();
|
| +#endif
|
| }
|
|
|
| void updateClockAndService(double time)
|
|
|