Index: Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h |
diff --git a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h |
index af68343641bed90d1927d37f2c129ae69f2a7ecb..f1737bae26955b4c5597caf8295a00a1687c7c6e 100644 |
--- a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h |
+++ b/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h |
@@ -44,8 +44,8 @@ private: |
{ |
} |
- RefPtrWillBeRawPtr<CSSValue> m_startCSSValue; |
- RefPtrWillBeRawPtr<CSSValue> m_endCSSValue; |
+ RefPtrWillBeMember<CSSValue> m_startCSSValue; |
+ RefPtrWillBeMember<CSSValue> m_endCSSValue; |
}; |
} |