mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibWeb: Make NodeList GC-allocated
This commit is contained in:
parent
8f4ea4e308
commit
48e0066371
16 changed files with 128 additions and 57 deletions
|
@ -40,8 +40,8 @@ public:
|
|||
private:
|
||||
FlyString m_type;
|
||||
JS::Handle<Node> m_target;
|
||||
NonnullRefPtr<NodeList> m_added_nodes;
|
||||
NonnullRefPtr<NodeList> m_removed_nodes;
|
||||
JS::Handle<NodeList> m_added_nodes;
|
||||
JS::Handle<NodeList> m_removed_nodes;
|
||||
JS::Handle<Node> m_previous_sibling;
|
||||
JS::Handle<Node> m_next_sibling;
|
||||
String m_attribute_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue