| Index: Source/core/animation/AnimationTimeline.cpp
|
| diff --git a/Source/core/animation/AnimationTimeline.cpp b/Source/core/animation/AnimationTimeline.cpp
|
| index 7bda76bd069f1ae21f9dd300fc3b2429030a26db..657ab55053dfb11ac5005d78cf0c32fa6a75494e 100644
|
| --- a/Source/core/animation/AnimationTimeline.cpp
|
| +++ b/Source/core/animation/AnimationTimeline.cpp
|
| @@ -47,7 +47,7 @@ namespace blink {
|
|
|
| namespace {
|
|
|
| -bool compareAnimationPlayers(const RefPtrWillBeMember<blink::AnimationPlayer>& left, const RefPtrWillBeMember<blink::AnimationPlayer>& right)
|
| +bool compareAnimationPlayers(const RefPtrWillBeMember<AnimationPlayer>& left, const RefPtrWillBeMember<AnimationPlayer>& right)
|
| {
|
| return AnimationPlayer::hasLowerPriority(left.get(), right.get());
|
| }
|
|
|