mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Port HTMLTitleElement from ByteString
This commit is contained in:
committed by
Andreas Kling
parent
020839ad7a
commit
adb327d5d3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user