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:
parent
58fda93ea2
commit
6619483169
2 changed files with 4 additions and 4 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue