Closed
Bug 1025324
Opened 12 years ago
Closed 12 years ago
Define an out of line destructor for MediaSource so that we can forward delcare MediaSourceList in MediaSource.h
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
This is required because the destructor for the nsRefPtr<MediaSourceList>
member requires the full definition of the type.
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8440148 -
Flags: review?(bzbarsky)
Comment 2•12 years ago
|
||
Comment on attachment 8440148 [details] [diff] [review]
Define an out of line destructor for MediaSource so that we can forward delcare MediaSourceList in MediaSource.h
r=me
Attachment #8440148 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
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
•