| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 70692f3d7864645aa792088739fe24d8ac00bb86..cb4c419e9bcf0e025f3f0857e57818bc1dc5cc46 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -156,7 +156,7 @@ private:
|
| virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
|
|
|
| bool m_useCurrentView;
|
| - RefPtr<SMILTimeContainer> m_timeContainer;
|
| + RefPtrWillBeMember<SMILTimeContainer> m_timeContainer;
|
| RefPtr<SVGPoint> m_translation;
|
| RefPtrWillBeMember<SVGViewSpec> m_viewSpec;
|
|
|
|
|