mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Port handle_readonly_attribute from DeprecatedFlyString
It's a little awkward that one caller of this is passing through an Optional<String> and another an Optional<DeprecatedString>, but that should be fixed some point in the future with further DeprecatedString porting.
This commit is contained in:
committed by
Andreas Kling
parent
22f6abe5d6
commit
f2e77f7778
@@ -174,7 +174,7 @@ private:
|
||||
WebIDL::ExceptionOr<void> run_input_activation_behavior();
|
||||
void set_checked_within_group();
|
||||
|
||||
void handle_readonly_attribute(DeprecatedFlyString const& value);
|
||||
void handle_readonly_attribute(Optional<String> const& value);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/input.html#value-sanitization-algorithm
|
||||
DeprecatedString value_sanitization_algorithm(DeprecatedString) const;
|
||||
|
||||
Reference in New Issue
Block a user