| Index: Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
|
| index 9b7452b58459f1b1e96deecd516bf857758035e1..c7c7785d8b67ea5916210cb3a0d6813f718c44c6 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -234,7 +234,7 @@ private:
|
|
|
| SMILTime m_nextProgressTime;
|
|
|
| - RefPtr<SMILTimeContainer> m_timeContainer;
|
| + RefPtrWillBeMember<SMILTimeContainer> m_timeContainer;
|
| unsigned m_documentOrderIndex;
|
|
|
| Vector<unsigned> m_repeatEventCountList;
|
|
|