mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Stub HTMLMediaElement.load
This commit is contained in:
@@ -35,4 +35,9 @@ Bindings::CanPlayTypeResult HTMLMediaElement::can_play_type(String const& type)
|
||||
return Bindings::CanPlayTypeResult::Empty;
|
||||
}
|
||||
|
||||
void HTMLMediaElement::load() const
|
||||
{
|
||||
dbgln("(STUBBED) HTMLMediaElement::load()");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user