| Index: Source/core/animation/LengthPairStyleInterpolation.cpp
|
| diff --git a/Source/core/animation/LengthPairStyleInterpolation.cpp b/Source/core/animation/LengthPairStyleInterpolation.cpp
|
| index 32df55446f47933b018da9cd8fcac637b0ab92a3..17bafdc264b0dfc0dfb0df37317bd034bc19b441 100644
|
| --- a/Source/core/animation/LengthPairStyleInterpolation.cpp
|
| +++ b/Source/core/animation/LengthPairStyleInterpolation.cpp
|
| @@ -47,4 +47,9 @@ void LengthPairStyleInterpolation::apply(StyleResolverState& state) const
|
| StyleBuilder::applyProperty(m_id, state, interpolableValueToLengthPair(m_cachedValue.get(), m_range).get());
|
| }
|
|
|
| +void LengthPairStyleInterpolation::trace(Visitor* visitor)
|
| +{
|
| + StyleInterpolation::trace(visitor);
|
| +}
|
| +
|
| } // namespace blink
|
|
|