Index: Source/core/svg/SVGPathSegList.h |
diff --git a/Source/core/svg/SVGPathSegList.h b/Source/core/svg/SVGPathSegList.h |
index fc3dbf63eeb79bf3e225627a0f2593822010d32e..cb674184d2314913ce0849d6c6cd622757563633 100644 |
--- a/Source/core/svg/SVGPathSegList.h |
+++ b/Source/core/svg/SVGPathSegList.h |
@@ -165,7 +165,8 @@ private: |
// |
// SVGPathSegList is either owned by SVGAnimatedPath or SVGPathSegListTearOff. |
// Both keep |contextElement| alive, so this ptr is always valid. |
- RawPtrWillBeMember<SVGPathElement> m_contextElement; |
+ GC_PLUGIN_IGNORE("528275") |
+ SVGPathElement* m_contextElement; |
mutable OwnPtr<SVGPathByteStream> m_byteStream; |
bool m_listSyncedToByteStream; |