mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Change enum to enum class in KeyframeEffect
This commit is contained in:
parent
6859826e3d
commit
2adb4c460d
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/mattco98
Commit: 2adb4c460d
Pull-request: https://github.com/SerenityOS/serenity/pull/24514
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ WebIDL::ExceptionOr<Variant<T, Vector<T>>> convert_value_to_maybe_list(JS::Realm
|
|||
return TRY(value_converter(value));
|
||||
}
|
||||
|
||||
enum AllowLists {
|
||||
enum class AllowLists {
|
||||
Yes,
|
||||
No,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue