Closed
Bug 1034909
Opened 11 years ago
Closed 11 years ago
Remove dangerous public destructor of nsSVGViewBox
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: bjacob, Assigned: mccr8)
References
Details
Attachments
(1 file)
|
802 bytes,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
In bug 1028588 we removed dangerous public destructors of XPCOM-refcounted classes outside of a finite whitelist, see HasDangerousPublicDestructor. Now we are going over the entries in this whitelist.
One of them is: nsSVGViewBox
| Assignee | ||
Comment 1•11 years ago
|
||
nsSVGViewBox is not refcounted, so I'm not sure why it was added to the whitelist.
Assignee: nobody → continuation
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8464353 -
Flags: review?(bjacob)
| Reporter | ||
Updated•11 years ago
|
Attachment #8464353 -
Flags: review?(bjacob) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•