Index: Source/core/svg/SVGPathSegList.cpp |
diff --git a/Source/core/svg/SVGPathSegList.cpp b/Source/core/svg/SVGPathSegList.cpp |
index 1a84163aa7cbd02996250098211354747b7d2c21..9fecc71a725286e4747eb382c9f3e0a21dcd0875 100644 |
--- a/Source/core/svg/SVGPathSegList.cpp |
+++ b/Source/core/svg/SVGPathSegList.cpp |
@@ -58,7 +58,6 @@ SVGPathSegList::~SVGPathSegList() |
DEFINE_TRACE(SVGPathSegList) |
{ |
- visitor->trace(m_contextElement); |
SVGListPropertyHelper<SVGPathSegList, SVGPathSeg>::trace(visitor); |
} |