mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends)
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
[[nodiscard]] JS::NonnullGCPtr<TimeRanges> buffered() const;
|
||||
|
||||
WebIDL::ExceptionOr<Bindings::CanPlayTypeResult> can_play_type(StringView type) const;
|
||||
Bindings::CanPlayTypeResult can_play_type(StringView type) const;
|
||||
|
||||
enum class ReadyState : u16 {
|
||||
HaveNothing,
|
||||
|
||||
Reference in New Issue
Block a user