mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED
This no longer does anything at this point, except add indirection.
This commit is contained in:
parent
9464d0ed6d
commit
139e7a7ac6
128 changed files with 151 additions and 154 deletions
|
|
@ -949,7 +949,7 @@ protected:
|
|||
|
||||
NS_IMPL_ADDREF_INHERITED(FakeTrackSourceGetter, MediaStreamTrackSourceGetter)
|
||||
NS_IMPL_RELEASE_INHERITED(FakeTrackSourceGetter, MediaStreamTrackSourceGetter)
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(FakeTrackSourceGetter)
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(FakeTrackSourceGetter)
|
||||
NS_INTERFACE_MAP_END_INHERITING(MediaStreamTrackSourceGetter)
|
||||
NS_IMPL_CYCLE_COLLECTION_INHERITED(FakeTrackSourceGetter,
|
||||
MediaStreamTrackSourceGetter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue