| Index: Source/core/svg/SVGPathSeg.h | 
| diff --git a/Source/core/svg/SVGPathSeg.h b/Source/core/svg/SVGPathSeg.h | 
| index 58422ba672b743edb69933cc024bfdddc9f8ef5c..ffa59f3841f49a8e1c4e0ac55e5fedd98a2678df 100644 | 
| --- a/Source/core/svg/SVGPathSeg.h | 
| +++ b/Source/core/svg/SVGPathSeg.h | 
| @@ -163,7 +163,8 @@ protected: | 
|  | 
| private: | 
| RawPtrWillBeMember<SVGPropertyBase> m_ownerList; | 
| -    RawPtrWillBeMember<SVGElement> m_contextElement; | 
| +    GC_PLUGIN_IGNORE("528275") | 
| +    SVGElement* m_contextElement; | 
| }; | 
|  | 
| class SVGPathSegSingleCoordinate : public SVGPathSeg { | 
|  |