mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +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
|
|
@ -17,7 +17,7 @@ NotificationEvent::NotificationEvent(EventTarget* aOwner)
|
|||
NS_IMPL_ADDREF_INHERITED(NotificationEvent, ExtendableEvent)
|
||||
NS_IMPL_RELEASE_INHERITED(NotificationEvent, ExtendableEvent)
|
||||
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(NotificationEvent)
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(NotificationEvent)
|
||||
NS_INTERFACE_MAP_END_INHERITING(ExtendableEvent)
|
||||
|
||||
NS_IMPL_CYCLE_COLLECTION_INHERITED(NotificationEvent, ExtendableEvent, mNotification)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue