LibWeb: Make node cloning methods const

This commit is contained in:
Tim Ledbetter
2025-01-11 17:37:08 +00:00
committed by Jelle Raaijmakers
parent 31b20e38ee
commit a467005855
20 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ public:
protected:
void attribute_changed(FlyString const&, Optional<String> const&, Optional<String> const&, Optional<FlyString> const&);
WebIDL::ExceptionOr<void> cloned(DOM::Node&, bool);
WebIDL::ExceptionOr<void> cloned(DOM::Node&, bool) const;
void inserted();
void visit_edges(JS::Cell::Visitor&);