mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-19 22:25:36 +00:00
LibWeb: Handle currently ignored WebIDL::ExceptionOr<T>s
This commit is contained in:
@@ -72,7 +72,7 @@ String HTMLOptionElement::value() const
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-value
|
||||
void HTMLOptionElement::set_value(String value)
|
||||
{
|
||||
set_attribute(HTML::AttributeNames::value, value);
|
||||
MUST(set_attribute(HTML::AttributeNames::value, value));
|
||||
}
|
||||
|
||||
static void concatenate_descendants_text_content(DOM::Node const* node, StringBuilder& builder)
|
||||
|
||||
Reference in New Issue
Block a user