diff options
Diffstat (limited to 'dom/base/nsGenericDOMDataNode.cpp')
-rw-r--r-- | dom/base/nsGenericDOMDataNode.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dom/base/nsGenericDOMDataNode.cpp b/dom/base/nsGenericDOMDataNode.cpp index e5cc852d2..d23783368 100644 --- a/dom/base/nsGenericDOMDataNode.cpp +++ b/dom/base/nsGenericDOMDataNode.cpp @@ -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 { |