mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +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
|
@ -73,7 +73,7 @@ public:
|
|||
virtual ~Request() override;
|
||||
|
||||
// ^BodyMixin
|
||||
virtual ErrorOr<Optional<MimeSniff::MimeType>> mime_type_impl() const override;
|
||||
virtual Optional<MimeSniff::MimeType> mime_type_impl() const override;
|
||||
virtual JS::GCPtr<Infrastructure::Body> body_impl() override;
|
||||
virtual JS::GCPtr<Infrastructure::Body const> body_impl() const override;
|
||||
virtual Bindings::PlatformObject& as_platform_object() override { return *this; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue