mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-30 00:09:01 +00:00
LibWeb: Remove ByteString usage in input element placeholder_value()
This commit is contained in:
parent
3fd1164171
commit
b4bae912c9
Notes:
sideshowbarker
2024-07-17 03:18:29 +09:00
Author: https://github.com/bplaat
Commit: b4bae912c9
Pull-request: https://github.com/SerenityOS/serenity/pull/23551
Reviewed-by: https://github.com/trflynn89
2 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
void commit_pending_changes();
|
||||
|
||||
String placeholder() const;
|
||||
Optional<ByteString> placeholder_value() const;
|
||||
Optional<String> placeholder_value() const;
|
||||
|
||||
bool checked() const { return m_checked; }
|
||||
enum class ChangeSource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue