Browse Source

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

Andreas Kling 2 years ago
parent
commit
aeffa0d988
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Headers.h

+ 1 - 0
Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Headers.h

@@ -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&);