| Index: third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| index 820a7f5a0215fa21e6d4d129549c865448f4e94e..32969a9a0e7016d635f24cf770eaf904361e6354 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -76,7 +76,7 @@ protected:
|
| element.release();
|
| timeline.release();
|
| #if ENABLE(OILPAN)
|
| - Heap::collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| #endif
|
| }
|
|
|
|
|