| Index: Source/core/animation/AnimationPlayerTest.cpp
|
| diff --git a/Source/core/animation/AnimationPlayerTest.cpp b/Source/core/animation/AnimationPlayerTest.cpp
|
| index 92176fb7e4616aea7e0b741ab919496567cd87b8..f846dd885d6fac40df90472a26a57639389d1706 100644
|
| --- a/Source/core/animation/AnimationPlayerTest.cpp
|
| +++ b/Source/core/animation/AnimationPlayerTest.cpp
|
| @@ -718,7 +718,7 @@ TEST_F(AnimationAnimationPlayerTest, AttachedAnimationPlayers)
|
| RefPtrWillBeRawPtr<AnimationPlayer> player = timeline->createAnimationPlayer(animation.get());
|
| player->setStartTime(0);
|
| timeline->serviceAnimations(TimingUpdateForAnimationFrame);
|
| - EXPECT_EQ(1, element->activeAnimations()->players().find(player.get())->value);
|
| + EXPECT_EQ(1U, element->activeAnimations()->players().find(player.get())->value);
|
|
|
| player.release();
|
| Heap::collectAllGarbage();
|
|
|