| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp
|
| index cc2efebc9da200831c918b461816cb1efc63adac..816d5806da3fbf5560bd010ae84792a7c8f6b77a 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp
|
| @@ -91,9 +91,9 @@ bool InvalidatableInterpolation::isNeutralKeyframeActive() const
|
| void InvalidatableInterpolation::clearCache() const
|
| {
|
| m_isCached = false;
|
| - m_cachedPairConversion.clear();
|
| + m_cachedPairConversion.reset();
|
| m_conversionCheckers.clear();
|
| - m_cachedValue.clear();
|
| + m_cachedValue.reset();
|
| }
|
|
|
| bool InvalidatableInterpolation::isCacheValid(const InterpolationEnvironment& environment, const UnderlyingValueOwner& underlyingValueOwner) const
|
|
|