mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-10 17:55:52 +00:00
LibWeb: Port DOM::Node from DeprecatedString
This commit is contained in:
committed by
Andreas Kling
parent
89bbf53745
commit
a8f5ebeddd
@@ -106,7 +106,7 @@ String HTMLOptionElement::text() const
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-text
|
||||
void HTMLOptionElement::set_text(String const& text)
|
||||
{
|
||||
string_replace_all(text.to_deprecated_string());
|
||||
string_replace_all(text);
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#concept-option-index
|
||||
|
||||
Reference in New Issue
Block a user