Closed
Bug 290766
Opened 20 years ago
Closed 18 years ago
QueryInterface usage by SVG frame code
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: longsonr)
Details
Attachments
(1 file)
|
11.48 KB,
patch
|
tor
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
From bug 258081 - > nsISVGChildFrame* SVGFrame=nsnull; > kid->QueryInterface(NS_GET_IID(nsISVGChildFrame),(void**)&SVGFrame); Want to file a followup bug on using CallQI in cases like this? It's a lot safer.
| Assignee | ||
Comment 1•18 years ago
|
||
Attachment #231571 -
Flags: review?(tor) → review+
| Assignee | ||
Updated•18 years ago
|
Attachment #231571 -
Flags: superreview?(bzbarsky)
Updated•18 years ago
|
Attachment #231571 -
Flags: superreview?(bzbarsky) → superreview+
| Assignee | ||
Comment 2•18 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•