| 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 54471a0ec15d3fea0c5c860ca6c057d8e5e181dc..f8e57ab4bf6cac2b8c74d28fb8744c0bf57ca8de 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| @@ -1227,7 +1227,7 @@
|
| element->setLayoutObject(nullptr);
|
| LayoutObjectProxy::dispose(layoutObject);
|
|
|
| - ThreadHeap::collectAllGarbage();
|
| + Heap::collectAllGarbage();
|
| EXPECT_TRUE(element->elementAnimations()->animations().isEmpty());
|
| }
|
|
|
|
|