Index: Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.cpp b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
index d70f13b8a3d06492c1a2b4e7dc443445d1fa9211..ed127e96e8ae20b0209aed2b1a15e0f454553a62 100644 |
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
@@ -23,8 +23,8 @@ namespace blink { |
void DeferredLegacyStyleInterpolation::apply(StyleResolverState& state) const |
{ |
if (m_outdated || !state.element()->elementAnimations() || !state.element()->elementAnimations()->isAnimationStyleChange()) { |
- RefPtrWillBeRawPtr<AnimatableValue> startAnimatableValue; |
- RefPtrWillBeRawPtr<AnimatableValue> endAnimatableValue; |
+ AnimatableValue* startAnimatableValue; |
+ AnimatableValue* endAnimatableValue; |
// Snapshot underlying values for neutral keyframes first because non-neutral keyframes will mutate the StyleResolverState. |
if (!m_endCSSValue) { |