Closed
Bug 1134730
Opened 11 years ago
Closed 11 years ago
DOM proxy finalizers will crash if wrapping failed
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
Because they use UnwrapProxy but that assumes the private slot is a private value, whereas ~BindingJSObjectCreator will have set it to undefined.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8566636 -
Flags: review?(peterv)
Updated•11 years ago
|
Attachment #8566636 -
Flags: review?(peterv) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•