WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(4.06 KB, patch)
2011-12-29 10:36 PST
,
Caio Marcelo de Oliveira Filho
kling
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Caio Marcelo de Oliveira Filho
Comment 1
2011-12-29 10:04:38 PST
Created
attachment 120755
[details]
Patch
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
Created
attachment 120757
[details]
Patch
Caio Marcelo de Oliveira Filho
Comment 4
2011-12-29 10:45:09 PST
Committed
r103810
: <
http://trac.webkit.org/changeset/103810
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug