| Index: third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| index 73db4fe27a9829fec82d4944532c1960e28ae50b..cbf1578965aa4bc8097c5715daa8fa833105bd36 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -143,7 +143,7 @@ StringKeyframe::CSSPropertySpecificKeyframe::CloneWithOffset(
|
| RefPtr<CSSPropertySpecificKeyframe> clone =
|
| Create(offset, easing_, value_.Get(), composite_);
|
| clone->animatable_value_cache_ = animatable_value_cache_;
|
| - return clone.Release();
|
| + return clone;
|
| }
|
|
|
| PassRefPtr<Keyframe::PropertySpecificKeyframe>
|
|
|