| 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 a316df886b9d1c3b985fb2ee3772a3b6de0cdf4a..823f03c4041e7fcfbb4fc5a5d2654d29f896739e 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -282,7 +282,7 @@ PassRefPtr<Interpolation> StringKeyframe::CSSPropertySpecificKeyframe::maybeCrea
|
| CSSPropertyID property = propertyHandle.cssProperty();
|
| const Vector<const InterpolationType*>* applicableTypes = applicableTypesForProperty(property);
|
| if (applicableTypes)
|
| - return InvalidatableStyleInterpolation::create(*applicableTypes, *this, toCSSPropertySpecificKeyframe(end));
|
| + return InvalidatableStyleInterpolation::create(*applicableTypes, *this, end);
|
|
|
| // TODO(alancutter): Remove the remainder of this function.
|
|
|
|
|