mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +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
|
|
@ -286,7 +286,7 @@ NS_IMPL_CYCLE_COLLECTION_INHERITED(nsXULTreeBuilder, nsXULTemplateBuilder,
|
|||
mLocalStore,
|
||||
mObservers)
|
||||
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(nsXULTreeBuilder)
|
||||
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(nsXULTreeBuilder)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIXULTreeBuilder)
|
||||
NS_INTERFACE_MAP_ENTRY(nsITreeView)
|
||||
NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(XULTreeBuilder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue