mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
LibWeb: Make Node.childNodes vend the same NodeList every time
This commit is contained in:
parent
4814e1bd65
commit
a5bb30d2ba
2 changed files with 9 additions and 5 deletions
|
@ -648,6 +648,8 @@ private:
|
|||
JS::GCPtr<Node> m_last_child;
|
||||
JS::GCPtr<Node> m_next_sibling;
|
||||
JS::GCPtr<Node> m_previous_sibling;
|
||||
|
||||
JS::GCPtr<NodeList> m_child_nodes;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue