mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
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:
parent
dadc610e4a
commit
97c1722ebd
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/97c1722ebd Pull-request: https://github.com/SerenityOS/serenity/pull/24291
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue