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 f659d4ee7e6416829ab77daba72801ddda69a7f6..e272e35b9c0b2842a4c4afcdfce7d2ee0c1a691e 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp |
@@ -49,7 +49,7 @@ protected: |
void TearDown() override |
{ |
document.release(); |
- Heap::collectAllGarbage(); |
+ ThreadHeap::collectAllGarbage(); |
} |
OwnPtr<DummyPageHolder> pageHolder; |