Bug 1426503 - Remove DestInsertionPoints stuff

Tag #1375
This commit is contained in:
Matt A. Tobin 2020-04-17 07:37:07 -04:00 committed by Roy Tam
commit 7e48e4407c
8 changed files with 0 additions and 168 deletions

View file

@ -696,20 +696,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.
*