| Index: third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| index b0a2f14313e11b2be202e67a2dd8a5bda3a2253b..5a722bdebfe992fcb1713337a66b2c2fa0658b80 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -949,7 +949,7 @@ void CSSAnimations::calculateTransitionActiveInterpolations(
|
| for (const auto& entry : update.activeInterpolationsForAnimations())
|
| activeInterpolationsForTransitions.erase(entry.key);
|
| }
|
| - update.adoptActiveInterpolationsForTransitions(
|
| + update.adoptActiveInterpolationsForStandardTransitions(
|
| activeInterpolationsForTransitions);
|
| }
|
|
|
|
|