summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLInputElement.h
diff options
context:
space:
mode:
authorLuke Wilde <lukew@serenityos.org>2022-03-01 20:59:46 +0000
committerAndreas Kling <kling@serenityos.org>2022-03-01 23:19:41 +0100
commitd2e18175eff3dea89375e9ce12998c5e820213a5 (patch)
tree04bfea8dcdc1ebeeb0c093b46e855382cd8a95e6 /Userland/Libraries/LibWeb/HTML/HTMLInputElement.h
parent99f52e52d2f299de5ec9e80f9af9a0dbf3913159 (diff)
downloadserenity-d2e18175eff3dea89375e9ce12998c5e820213a5.zip
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLInputElement.h')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLInputElement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLInputElement.h b/Userland/Libraries/LibWeb/HTML/HTMLInputElement.h
index b708551570..45ad02cba0 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLInputElement.h
+++ b/Userland/Libraries/LibWeb/HTML/HTMLInputElement.h
@@ -73,8 +73,6 @@ public:
};
void set_checked(bool, ChangeSource = ChangeSource::Programmatic, ShouldRunActivationBehavior = ShouldRunActivationBehavior::Yes);
- bool enabled() const;
-
void did_click_button(Badge<Layout::ButtonBox>);
void did_click_checkbox(Badge<Layout::CheckBox>);