mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String
This commit is contained in:
parent
9888db1c27
commit
0a4586d510
8 changed files with 64 additions and 67 deletions
|
@ -40,7 +40,7 @@ private:
|
|||
{
|
||||
queue_an_element_task(source, move(steps));
|
||||
}
|
||||
virtual DeprecatedString hyperlink_element_utils_get_an_elements_target() const override
|
||||
virtual String hyperlink_element_utils_get_an_elements_target() const override
|
||||
{
|
||||
return get_an_elements_target();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue