Chromium Code Reviews| Index: Source/core/svg/SVGPathSeg.cpp |
| diff --git a/Source/core/svg/SVGPathSeg.cpp b/Source/core/svg/SVGPathSeg.cpp |
| index 57419594bb7c3dbb8816464642be6b308734951d..6fe840f19ca5e7d0745e0bc873c37f7def26a1d7 100644 |
| --- a/Source/core/svg/SVGPathSeg.cpp |
| +++ b/Source/core/svg/SVGPathSeg.cpp |
| @@ -44,7 +44,6 @@ SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement) |
| DEFINE_TRACE(SVGPathSeg) |
| { |
| visitor->trace(m_ownerList); |
| - visitor->trace(m_contextElement); |
| } |
| void SVGPathSeg::commitChange() |