mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Make node cloning methods const
This commit is contained in:
committed by
Jelle Raaijmakers
parent
31b20e38ee
commit
a467005855
@@ -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&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user