Open
Bug 1376244
Opened 8 years ago
Updated 3 years ago
remove nsresult return value from BindToTree
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: heycam, Unassigned)
Details
It's a bit annoying that BindToTree results an nsresult, and the caller must call UnbindFromTree if it fails. It looks like there are only a few places where we return something other than NS_OK, and it might be that they shouldn't be serious enough to prevent the BindToTree operation succeeding.
Updated•8 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•