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