mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
LibWeb: Handle currently ignored WebIDL::ExceptionOr<T>s
This commit is contained in:
@@ -32,7 +32,7 @@ String HTMLAreaElement::hyperlink_element_utils_href() const
|
||||
|
||||
void HTMLAreaElement::set_hyperlink_element_utils_href(String href)
|
||||
{
|
||||
set_attribute(HTML::AttributeNames::href, move(href));
|
||||
MUST(set_attribute(HTML::AttributeNames::href, move(href)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user