mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Const qualify HTMLCollection::length
This commit is contained in:
parent
041d5bff91
commit
15944c5b26
Notes:
sideshowbarker
2024-07-17 10:16:43 +09:00
Author: https://github.com/shannonbooth
Commit: 15944c5b26
Pull-request: https://github.com/SerenityOS/serenity/pull/20656
Reviewed-by: https://github.com/awesomekling
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
virtual ~HTMLCollection() override;
|
||||
|
||||
size_t length();
|
||||
size_t length() const;
|
||||
Element* item(size_t index) const;
|
||||
Element* named_item(DeprecatedFlyString const& name) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue