LibWeb: Remove resolved FIXME about implementing more methods in Range

We are not missing a whole bunch of IDL methods any more :^)
This commit is contained in:
Shannon Booth 2024-05-12 14:53:39 +12:00 committed by Sam Atkins
parent dadc610e4a
commit 97c1722ebd
Notes: sideshowbarker 2024-07-17 08:37:36 +09:00

View file

@ -35,8 +35,6 @@ public:
virtual ~Range() override;
// FIXME: There are a ton of methods missing here.
WebIDL::ExceptionOr<void> set_start(Node& node, WebIDL::UnsignedLong offset);
WebIDL::ExceptionOr<void> set_end(Node& node, WebIDL::UnsignedLong offset);
WebIDL::ExceptionOr<void> set_start_before(Node& node);