1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

LibWeb: Make Element::set_shadow_root() disconnect any previous root

This commit is contained in:
Andreas Kling 2022-03-16 00:26:40 +01:00
parent d2a99eded7
commit b1096c2ae4
4 changed files with 7 additions and 4 deletions

View file

@ -29,7 +29,7 @@ public:
Element* host() { return m_host; }
Element const* host() const { return m_host; }
void set_host(Element& host) { m_host = host; }
void set_host(Element* host) { m_host = host; }
private:
// https://dom.spec.whatwg.org/#concept-documentfragment-host