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

@ -248,8 +248,6 @@ partial interface Element {
// [deprecated] Shadow DOM v0
[Throws, Pref="nsDocument::IsWebComponentsEnabled"]
ShadowRoot createShadowRoot();
[Pref="nsDocument::IsWebComponentsEnabled"]
NodeList getDestinationInsertionPoints();
};
Element implements ChildNode;