Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1422)

Unified Diff: Source/core/svg/SVGPathSeg.cpp

Issue 1328223002: Avoid a SVG property list-induced leak (Oilpan). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGPathSeg.h ('k') | Source/core/svg/SVGPathSegList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « Source/core/svg/SVGPathSeg.h ('k') | Source/core/svg/SVGPathSegList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698