Closed
Bug 495938
Opened 16 years ago
Closed 16 years ago
Stop using nsIDOMSVGRect objects on the stack
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
38.54 KB,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
Code cleanup: we should stop using nsIDOMSVGRect objects on the stack.
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Attachment #381058 -
Flags: review?(longsonr)
Comment 2•16 years ago
|
||
Comment on attachment 381058 [details] [diff] [review]
patch
> nsSVGFilterInstance(nsIFrame *aTargetFrame,
> nsSVGFilterPaintCallback *aPaintCallback,
> nsSVGFilterElement *aFilterElement,
>- nsIDOMSVGRect *aTargetBBox,
>+ gfxRect &aTargetBBox,
const gfxRect here I think.
r=longsonr with that one change.
Attachment #381058 -
Flags: review?(longsonr) → review+
![]() |
Assignee | |
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•