diff options
Diffstat (limited to 'dom/base/nsIContent.h')
-rw-r--r-- | dom/base/nsIContent.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dom/base/nsIContent.h b/dom/base/nsIContent.h index 975173656..ce0a4e596 100644 --- a/dom/base/nsIContent.h +++ b/dom/base/nsIContent.h @@ -697,20 +697,6 @@ public: virtual mozilla::dom::ShadowRoot *GetContainingShadow() const = 0; /** - * Gets an array of destination insertion points where this content - * is distributed by web component distribution algorithms. - * The array is created if it does not already exist. - */ - virtual nsTArray<nsIContent*> &DestInsertionPoints() = 0; - - /** - * Same as DestInsertionPoints except that this method will return - * null if the array of destination insertion points does not already - * exist. - */ - virtual nsTArray<nsIContent*> *GetExistingDestInsertionPoints() const = 0; - - /** * Gets the assigned slot associated with this content. * * @return The assigned slot element or null. |