Closed
Bug 264370
Opened 21 years ago
Closed 21 years ago
implement SVGDocument.rootElement
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
Details
Attachments
(1 file)
1.50 KB,
patch
|
alex
:
review+
|
Details | Diff | Splinter Review |
Attachment #162080 -
Flags: review?(alex)
![]() |
||
Updated•21 years ago
|
Attachment #162080 -
Flags: review?(alex) → review+
Checking in nsSVGDocument.cpp;
/cvsroot/mozilla/content/svg/document/src/nsSVGDocument.cpp,v <--
nsSVGDocument.cpp
new revision: 1.16; previous revision: 1.15
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 3•21 years ago
|
||
Wouldn't this have been better as simply
NS_IMETHODIMP
nsSVGDocument::GetRootElement(nsIDOMSVGSVGElement** aRootElement) {
return CallQueryInterface(mRootContent, aRootElement);
}
?
One addref and error reporting.
You need to log in
before you can comment on or make changes to this bug.
Description
•