mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
LibWeb: Remove ByteString usage in input element placeholder_value()
This commit is contained in:
committed by
Tim Flynn
parent
3fd1164171
commit
b4bae912c9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user