| Index: third_party/WebKit/Source/core/animation/Keyframe.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Keyframe.cpp b/third_party/WebKit/Source/core/animation/Keyframe.cpp
|
| index bf504e4afb74c1d47dfe094f5f3e10e51ff0f5e9..fe7fe0ed2795f1e9e6526533bebf1908897fee1b 100644
|
| --- a/third_party/WebKit/Source/core/animation/Keyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Keyframe.cpp
|
| @@ -10,7 +10,7 @@ namespace blink {
|
|
|
| PassRefPtr<Interpolation>
|
| Keyframe::PropertySpecificKeyframe::createInterpolation(
|
| - PropertyHandle propertyHandle,
|
| + const PropertyHandle& propertyHandle,
|
| const Keyframe::PropertySpecificKeyframe& end) const {
|
| // const_cast to take refs.
|
| return InvalidatableInterpolation::create(
|
|
|