| Index: Source/core/svg/SVGViewSpec.h
|
| diff --git a/Source/core/svg/SVGViewSpec.h b/Source/core/svg/SVGViewSpec.h
|
| index c9dabb76f9b1091f15fb725221fe52202b974e7d..ed53e47b0e693cd2532d4651bf3fae5fe72a2f35 100644
|
| --- a/Source/core/svg/SVGViewSpec.h
|
| +++ b/Source/core/svg/SVGViewSpec.h
|
| @@ -58,7 +58,6 @@ public:
|
| void setZoomAndPan(unsigned short value, ExceptionState&);
|
|
|
| void trace(Visitor*);
|
| - void clearWeakMembers(Visitor*);
|
|
|
| SVGSVGElement* contextElement() { return m_contextElement.get(); }
|
|
|
| @@ -68,7 +67,7 @@ private:
|
| template<typename CharType>
|
| bool parseViewSpecInternal(const CharType* ptr, const CharType* end);
|
|
|
| - RawPtrWillBeWeakMember<SVGSVGElement> m_contextElement;
|
| + RawPtrWillBeMember<SVGSVGElement> m_contextElement;
|
| RefPtr<SVGAnimatedTransformList> m_transform;
|
| String m_viewTargetString;
|
| };
|
|
|