Skip to content

Commit

Permalink
Backed out changeset b34477dd4ac2 (bug 1877025) for lint failure on s…
Browse files Browse the repository at this point in the history
…hadow-dom/declarative/declarative-shadow-dom-available-to-element-internals.html . CLOSED TREE
  • Loading branch information
nbeleuzu committed Feb 6, 2024
1 parent e8f32c5 commit d5791a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
4 changes: 0 additions & 4 deletions dom/base/nsContentUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11380,10 +11380,6 @@ nsIContent* nsContentUtils::AttachDeclarativeShadowRoot(nsIContent* aHost,

RefPtr shadowRoot = host->AttachShadow(init, IgnoreErrors(),
Element::ShadowRootDeclarative::Yes);
if (shadowRoot) {
// https://html.spec.whatwg.org/#parsing-main-inhead:available-to-element-internals
shadowRoot->SetAvailableToElementInternals();
}
return shadowRoot;
}

Expand Down

This file was deleted.

0 comments on commit d5791a3

Please sign in to comment.