1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:27:34 +00:00

LibWeb: Port AriaData from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-11-20 21:59:45 +13:00 committed by Andreas Kling
parent 6c42de3e8b
commit c5d3ccca00
8 changed files with 86 additions and 86 deletions

View file

@ -381,7 +381,7 @@ protected:
virtual void visit_edges(Cell::Visitor&) override;
virtual bool id_reference_exists(DeprecatedString const&) const override;
virtual bool id_reference_exists(String const&) const override;
private:
void make_html_uppercased_qualified_name();