1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

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
parent 58fda93ea2
commit 6619483169
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&);