| Index: Source/core/animation/ImageSliceStyleInterpolation.cpp
|
| diff --git a/Source/core/animation/ImageSliceStyleInterpolation.cpp b/Source/core/animation/ImageSliceStyleInterpolation.cpp
|
| index ad46bc372f4a1772d3c1d8c138ca0fcf9396871e..765957bf03b7395fa42efc041d030c6a7bd54d1a 100644
|
| --- a/Source/core/animation/ImageSliceStyleInterpolation.cpp
|
| +++ b/Source/core/animation/ImageSliceStyleInterpolation.cpp
|
| @@ -89,7 +89,7 @@ PassRefPtrWillBeRawPtr<ImageSliceStyleInterpolation> ImageSliceStyleInterpolatio
|
|
|
| void ImageSliceStyleInterpolation::apply(StyleResolverState& state) const
|
| {
|
| - StyleBuilder::applyProperty(m_id, state, compose(*m_cachedValue, m_metadata).get());
|
| + StyleBuilder::applyProperty(m_id, state, *compose(*m_cachedValue, m_metadata));
|
| }
|
|
|
| DEFINE_TRACE(ImageSliceStyleInterpolation)
|
|
|