mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
LibWeb: Port HTMLTitleElement from ByteString
This commit is contained in:
parent
020839ad7a
commit
adb327d5d3
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ class HTMLTitleElement final : public HTMLElement {
|
|||
public:
|
||||
virtual ~HTMLTitleElement() override;
|
||||
|
||||
ByteString text();
|
||||
String text() const;
|
||||
void set_text(String const& value);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue