RESOLVED FIXED 75361
Use HashMap<OwnPtr> in RenderSVGResourcePattern
https://bugs.webkit.org/show_bug.cgi?id=75361
Summary Use HashMap<OwnPtr> in RenderSVGResourcePattern
Caio Marcelo de Oliveira Filho
Reported 2011-12-29 10:03:19 PST
Use HashMap<OwnPtr> in RenderSVGResourcePattern
Attachments
Patch (3.74 KB, patch)
2011-12-29 10:04 PST, Caio Marcelo de Oliveira Filho
no flags
Patch (4.06 KB, patch)
2011-12-29 10:36 PST, Caio Marcelo de Oliveira Filho
kling: review+
Caio Marcelo de Oliveira Filho
Comment 1 2011-12-29 10:04:38 PST
Andreas Kling
Comment 2 2011-12-29 10:08:41 PST
Comment on attachment 120755 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120755&action=review > Source/WebCore/rendering/svg/RenderSVGResourcePattern.h:70 > - HashMap<RenderObject*, PatternData*> m_pattern; > + HashMap<RenderObject*, OwnPtr<PatternData> > m_pattern; m_pattern is not a great name for a hash map containing multiple patterns.
Caio Marcelo de Oliveira Filho
Comment 3 2011-12-29 10:36:30 PST
Caio Marcelo de Oliveira Filho
Comment 4 2011-12-29 10:45:09 PST
Note You need to log in before you can comment on or make changes to this bug.