mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Update incorrect Fetch namespaces
Oops, this namespace rename wasn't committed yet.
This commit is contained in:
parent
58fda93ea2
commit
6619483169
Notes:
sideshowbarker
2024-07-17 08:51:23 +09:00
Author: https://github.com/linusg
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