Closed
Bug 668184
Opened 14 years ago
Closed 14 years ago
Make nsIDocument::AddXMLEventsContent return void
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
Attachments
(1 file)
|
2.63 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
None of its callers check the return value, which can only be NS_OK because of infallible new.
Flags: in-testsuite-
Attachment #542776 -
Flags: review?(Olli.Pettay)
Comment 1•14 years ago
|
||
Comment on attachment 542776 [details] [diff] [review]
Patch v1
You need to update the IID of nsIDocument
Attachment #542776 -
Flags: review?(Olli.Pettay) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 3•14 years ago
|
||
From the code changes made to:
content/base/public/nsIDocument.h
content/base/src/nsDocument.cpp
content/base/src/nsDocument.h
it is obvious that AddXMLEventsContent now returns void instead of nsresult.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•