Closed
Bug 932998
Opened 11 years ago
Closed 11 years ago
Shouldn't allow IDL that has an 'owned' interface in a sequence or dictionary
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
Because we don't know how to keep the C++ object alive.
Right now we just try to use an nsRefPtr or OwningNonNull, which fails to compile if the object has no AddRef/Release. But better to not depend on that.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Attachment #824904 -
Flags: review?(bugs)
Updated•11 years ago
|
Attachment #824904 -
Flags: review?(bugs) → review+
![]() |
Assignee | |
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
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
•