1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() public

This commit is contained in:
Andreas Kling 2023-05-25 17:19:19 +02:00 committed by Tim Flynn
parent 906abbdf53
commit aeffa0d988

View file

@ -40,6 +40,7 @@ public:
using Vector::begin;
using Vector::clear;
using Vector::end;
using Vector::is_empty;
[[nodiscard]] static JS::NonnullGCPtr<HeaderList> create(JS::VM&);