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