| Index: Source/core/rendering/animation/WebAnimationProvider.cpp
|
| diff --git a/Source/core/rendering/animation/WebAnimationProvider.cpp b/Source/core/rendering/animation/WebAnimationProvider.cpp
|
| index 01d551209903207d6951b8eff29b05f6a9621a9f..473e3ff8073d8d63b8b83cfa06ac5bd9de0ece9c 100644
|
| --- a/Source/core/rendering/animation/WebAnimationProvider.cpp
|
| +++ b/Source/core/rendering/animation/WebAnimationProvider.cpp
|
| @@ -139,7 +139,7 @@ WebAnimations WebAnimationProvider::startAnimation(double timeOffset, const CSSA
|
| continue;
|
|
|
| // Get timing function.
|
| - RefPtr<TimingFunction> tf = KeyframeValue::timingFunction(keyframeStyle, keyframes.animationName());
|
| + RefPtr<TimingFunction> tf = KeyframeValue::timingFunction(*keyframeStyle);
|
|
|
| bool isFirstOrLastKeyframe = !key || key == 1;
|
| if ((hasTransform && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyWebkitTransform))
|
|
|