LibWeb: Delete unused Range::normalized()

This commit is contained in:
Aliaksandr Kalenik 2025-07-03 12:23:51 +02:00 committed by Jelle Raaijmakers
commit 481ab338b4
Notes: github-actions[bot] 2025-07-03 13:02:08 +00:00
2 changed files with 0 additions and 16 deletions

View file

@ -58,7 +58,6 @@ public:
WebIDL::ExceptionOr<WebIDL::Short> compare_boundary_points(WebIDL::UnsignedShort how, Range const& source_range) const;
GC::Ref<Range> inverted() const;
GC::Ref<Range> normalized() const;
GC::Ref<Range> clone_range() const;
GC::Ref<Node> common_ancestor_container() const;