Index: Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.cpp b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
index ebf8432a7c29fdfe66b6be30a36778cbd5aac23a..651290b5e03565f6285dbdd77c9d91426bbb6bd9 100644 |
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp |
@@ -22,8 +22,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) { |