mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Specify enum size for CanUseCrossOriginAPIs
This is passed over IPC, so we really should be explicit with the size here.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
34742681de
commit
513830532b
Notes:
github-actions[bot]
2026-02-23 10:43:33 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/513830532ba Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8070 Reviewed-by: https://github.com/gmta ✅
@@ -15,7 +15,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
enum class CanUseCrossOriginIsolatedAPIs {
|
||||
enum class CanUseCrossOriginIsolatedAPIs : u8 {
|
||||
No,
|
||||
Yes,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user