mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Remove OOM propagation from Fetch::Body
This commit is contained in:
parent
6b5deb2259
commit
3e991a55fa
Notes:
sideshowbarker
2024-07-17 07:09:53 +09:00
Author: https://github.com/trflynn89
Commit: 3e991a55fa
Pull-request: https://github.com/SerenityOS/serenity/pull/24138
6 changed files with 8 additions and 8 deletions
|
@ -26,7 +26,7 @@ class BodyMixin {
|
|||
public:
|
||||
virtual ~BodyMixin();
|
||||
|
||||
virtual ErrorOr<Optional<MimeSniff::MimeType>> mime_type_impl() const = 0;
|
||||
virtual Optional<MimeSniff::MimeType> mime_type_impl() const = 0;
|
||||
virtual JS::GCPtr<Infrastructure::Body> body_impl() = 0;
|
||||
virtual JS::GCPtr<Infrastructure::Body const> body_impl() const = 0;
|
||||
virtual Bindings::PlatformObject& as_platform_object() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue