| 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 f38a012037e6db8ffdf7f50fa6e8355b35f1f7a3..71b5fb0e1e4bd67ac0d89d99c4d460dd8b29f472 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -77,7 +77,7 @@
|
| document.release();
|
| element.release();
|
| timeline.release();
|
| - ThreadState::current()-> collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| }
|
|
|
| void updateClockAndService(double time)
|
|
|