| Index: Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| index b30cff9a17f1022673d3b15effd4bb0c07557d2c..f07214c46dca34afd2d61604161303009d7744c8 100644
|
| --- a/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| +++ b/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| @@ -233,7 +233,7 @@ public:
|
| }
|
|
|
| private:
|
| - RawPtrWillBeMember<SVGAnimatedTypeAnimator> m_animator;
|
| + SVGAnimatedTypeAnimator* m_animator;
|
| };
|
|
|
| void SVGAnimatedTypeAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGPropertyBase* from, SVGPropertyBase* to, SVGPropertyBase* toAtEndOfDuration, SVGPropertyBase* animated)
|
|
|