mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
parent
d9112daf48
commit
7e48e4407c
8 changed files with 0 additions and 168 deletions
|
|
@ -737,23 +737,6 @@ nsGenericDOMDataNode::SetShadowRoot(ShadowRoot* aShadowRoot)
|
|||
{
|
||||
}
|
||||
|
||||
nsTArray<nsIContent*>&
|
||||
nsGenericDOMDataNode::DestInsertionPoints()
|
||||
{
|
||||
nsDataSlots *slots = DataSlots();
|
||||
return slots->mDestInsertionPoints;
|
||||
}
|
||||
|
||||
nsTArray<nsIContent*>*
|
||||
nsGenericDOMDataNode::GetExistingDestInsertionPoints() const
|
||||
{
|
||||
nsDataSlots *slots = GetExistingDataSlots();
|
||||
if (slots) {
|
||||
return &slots->mDestInsertionPoints;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
HTMLSlotElement*
|
||||
nsGenericDOMDataNode::GetAssignedSlot() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue