mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Issue #1375 - Don't mark nodes in the shadow tree as orphan nodes
Port of Bug 1026714
This commit is contained in:
parent
808332c2c1
commit
9277c9418d
1 changed files with 1 additions and 1 deletions
|
|
@ -1921,7 +1921,7 @@ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INTERNAL(FragmentOrElement)
|
|||
}
|
||||
|
||||
nsAutoCString orphan;
|
||||
if (!tmp->IsInUncomposedDoc() &&
|
||||
if (!tmp->IsInComposedDoc() &&
|
||||
// Ignore xbl:content, which is never in the document and hence always
|
||||
// appears to be orphaned.
|
||||
!tmp->NodeInfo()->Equals(nsGkAtoms::content, kNameSpaceID_XBL)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue