Open
Bug 855891
Opened 12 years ago
Updated 3 years ago
Sort out error handling for nsWrapperCache::WrapNative
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: mrbkap, Unassigned)
Details
Bug 852436 revealed that nsWrapperCache::WrapNative returning null is treated as possibly returning an error or possibly returning "didn't want to wrap, try something else." It appears that all implementations currently return null to report an error. We should audit the callers and make sure they do the right thing.
Comment 1•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
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
•