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

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

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 | « no previous file | Source/core/svg/SVGPathSeg.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | Source/core/svg/SVGPathSeg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698