소스 검색

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

Andreas Kling 2 년 전
부모
커밋
aeffa0d988
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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&);