| Index: third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| index 1fb076106da770bf926c1e1cdecb51c8ab93329b..13173b729b7a3822f0003587d1354d6a0da22e36 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
|
| @@ -736,7 +736,7 @@ TEST_F(AnimationAnimationTest, AttachedAnimations)
|
| timeline->serviceAnimations(TimingUpdateForAnimationFrame);
|
| EXPECT_EQ(1U, element->elementAnimations()->animations().find(animation)->value);
|
|
|
| - Heap::collectAllGarbage();
|
| + ThreadHeap::collectAllGarbage();
|
| EXPECT_TRUE(element->elementAnimations()->animations().isEmpty());
|
| }
|
|
|
|
|