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
commit aeffa0d988
Notes: sideshowbarker 2024-07-16 20:21:48 +09:00

View file

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