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