LibWeb: Update incorrect Fetch namespaces

Oops, this namespace rename wasn't committed yet.
This commit is contained in:
Linus Groh 2022-07-18 08:14:04 +01:00
commit 6619483169
Notes: sideshowbarker 2024-07-17 08:51:23 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ private:
String get_text_response() const;
Optional<MimeSniff::MimeType> extract_mime_type(Fetch::Infrastructure::HeaderList const& header_list) const;
Optional<MimeSniff::MimeType> extract_mime_type(Fetch::HeaderList const& header_list) const;
explicit XMLHttpRequest(HTML::Window&);