X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fanimation%2Fanimatable%2FAnimatableValueKeyframe.cpp;h=638d8b1165ae33262132f85fe3d86f463fbc7dec;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=95c3c387dcd4f454d612fbc550d8f115b148a18b;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp b/src/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp index 95c3c38..638d8b1 100644 --- a/src/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp +++ b/src/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp @@ -33,7 +33,7 @@ PassRefPtrWillBeRawPtr AnimatableValueKeyframe::clone() const PassOwnPtrWillBeRawPtr AnimatableValueKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const { - return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), easing(), propertyValue(property), composite())); + return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite())); } void AnimatableValueKeyframe::trace(Visitor* visitor)