Index: third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp |
index b43c12611bc0621359edd214da33f7ab71afcdb9..7c39615daaf12e23322f97416a93e0b94af6a96a 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp |
@@ -55,7 +55,7 @@ protected: |
void TearDown() override |
{ |
document.release(); |
- ThreadHeap::collectAllGarbage(); |
+ ThreadState::current()-> collectAllGarbage(); |
} |
std::unique_ptr<DummyPageHolder> pageHolder; |