1
Fork 0
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:
Shannon Booth 2023-11-20 13:34:37 +13:00 committed by Andreas Kling
parent 9888db1c27
commit 0a4586d510
8 changed files with 64 additions and 67 deletions

View file

@ -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();
}