mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Port HTMLTitleElement from ByteString
This commit is contained in:
parent
020839ad7a
commit
adb327d5d3
Notes:
sideshowbarker
2024-07-17 06:38:11 +09:00
Author: https://github.com/shannonbooth
Commit: adb327d5d3
Pull-request: https://github.com/SerenityOS/serenity/pull/22261
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