mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Implement Node.isEqualNode(Node? otherNode)
This commit is contained in:
parent
a0528598b5
commit
449cbd5ecc
4 changed files with 87 additions and 0 deletions
|
@ -187,6 +187,7 @@ public:
|
|||
void string_replace_all(String const&);
|
||||
|
||||
bool is_same_node(Node const*) const;
|
||||
bool is_equal_node(Node const*) const;
|
||||
|
||||
protected:
|
||||
Node(Document&, NodeType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue