Closed
Bug 370443
Opened 19 years ago
Closed 19 years ago
Kill nsISVGContent
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
|
17.87 KB,
patch
|
tor
:
review+
tor
:
superreview+
|
Details | Diff | Splinter Review |
nsISVGContent is used only in nsSVGElement, which could just
use IsNodeOfType.
| Assignee | ||
Comment 1•19 years ago
|
||
Removes nsISVGContent.
Moves UnsetAttr to be next to other nsIContent methods in nsSVGSVGElement.cpp.
Reduces the size of nsSVGElement.
Attachment #255156 -
Flags: superreview?(tor)
Attachment #255156 -
Flags: review?(tor)
Attachment #255156 -
Flags: superreview?(tor)
Attachment #255156 -
Flags: superreview+
Attachment #255156 -
Flags: review?(tor)
Attachment #255156 -
Flags: review+
| Assignee | ||
Comment 2•19 years ago
|
||
Thanks for fast review!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•