mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibJS: Make Cell::initialize() return void
Stop worrying about tiny OOMs. Work towards #20405
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
private:
|
||||
MediaError(JS::Realm&, Code code, String message);
|
||||
|
||||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/media.html#dom-mediaerror-code
|
||||
Code m_code;
|
||||
|
||||
Reference in New Issue
Block a user