mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +00:00
LibWeb: Port HTMLOutputElement from ByteString
This commit is contained in:
parent
7909475b14
commit
7ce3e113fa
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ class HTMLOutputElement final
|
|||
public:
|
||||
virtual ~HTMLOutputElement() override;
|
||||
|
||||
ByteString const& type() const
|
||||
String const& type() const
|
||||
{
|
||||
static ByteString output = "output";
|
||||
static String const output = "output"_string;
|
||||
return output;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue