LibWeb/HTMLInputElement: Move text input shadow tree into a function

This commit is contained in:
circl
2023-10-13 21:06:34 +02:00
committed by Sam Atkins
parent 81169ee6e6
commit ce48ac3101
Notes: sideshowbarker 2024-07-17 01:55:29 +09:00
2 changed files with 7 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ private:
static TypeAttributeState parse_type_attribute(StringView);
void create_shadow_tree_if_needed();
void create_text_input_shadow_tree();
WebIDL::ExceptionOr<void> run_input_activation_behavior();
void set_checked_within_group();