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:
parent
6c42de3e8b
commit
c5d3ccca00
8 changed files with 86 additions and 86 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue