| Index: Source/core/svg/SVGAnimateElement.h
|
| diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h
|
| index 225588fea64e41278b6a956fdaee1fe0854e12b1..9b1146d7c6061a49838328b82e9aa576447fb499 100644
|
| --- a/Source/core/svg/SVGAnimateElement.h
|
| +++ b/Source/core/svg/SVGAnimateElement.h
|
| @@ -70,7 +70,6 @@ private:
|
| RefPtr<SVGPropertyBase> m_toAtEndOfDurationProperty;
|
| RefPtr<SVGPropertyBase> m_animatedProperty;
|
|
|
| - WillBeHeapVector<RawPtrWillBeMember<SVGElement> > m_animatedElements;
|
| OwnPtrWillBeMember<SVGAnimatedTypeAnimator> m_animator;
|
| };
|
|
|
|
|