| Index: third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| index f8e57ab4bf6cac2b8c74d28fb8744c0bf57ca8de..54471a0ec15d3fea0c5c860ca6c057d8e5e181dc 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| @@ -1227,7 +1227,7 @@ TEST_F(AnimationCompositorAnimationsTest, CancelIncompatibleCompositorAnimations
|
| element->setLayoutObject(nullptr);
|
| LayoutObjectProxy::dispose(layoutObject);
|
|
|
| - Heap::collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| EXPECT_TRUE(element->elementAnimations()->animations().isEmpty());
|
| }
|
|
|
|
|