LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends)

This commit is contained in:
Timothy Flynn 2024-04-26 11:56:11 -04:00 committed by Tim Flynn
parent dd16ea87c3
commit 13422b5116
Notes: sideshowbarker 2024-07-17 07:16:27 +09:00
7 changed files with 15 additions and 22 deletions

View file

@ -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,