mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
This commit is contained in:
parent
122778b9ac
commit
4923e4d406
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/linusg
Commit: 4923e4d406
Pull-request: https://github.com/SerenityOS/serenity/pull/13279
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
virtual RefPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
enum TypeAttributeState {
|
||||
enum class TypeAttributeState {
|
||||
#define __ENUMERATE_HTML_INPUT_TYPE_ATTRIBUTE(_, state) state,
|
||||
ENUMERATE_HTML_INPUT_TYPE_ATTRIBUTES
|
||||
#undef __ENUMERATE_HTML_INPUT_TYPE_ATTRIBUTE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue