mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
I initially had it in Node just because, but then saw it was part of ParentNode in the spec.
This commit is contained in:
parent
fc9abee84b
commit
83d2c3f2f5
Notes:
sideshowbarker
2024-07-18 20:30:39 +09:00
Author: https://github.com/Lubrsi
Commit: 83d2c3f2f5
Pull-request: https://github.com/SerenityOS/serenity/pull/6243
7 changed files with 31 additions and 25 deletions
|
@ -175,8 +175,6 @@ public:
|
|||
|
||||
bool is_host_including_inclusive_ancestor_of(const Node&) const;
|
||||
|
||||
size_t element_child_count() const;
|
||||
|
||||
protected:
|
||||
Node(Document&, NodeType);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue