mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Make Element::set_shadow_root() disconnect any previous root
This commit is contained in:
parent
d2a99eded7
commit
b1096c2ae4
Notes:
sideshowbarker
2024-07-17 17:20:27 +09:00
Author: https://github.com/awesomekling
Commit: b1096c2ae4
4 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue