mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Make CanvasImageSource also be an ImageBitmap
This commit is contained in:
committed by
Andreas Kling
parent
af3a73c0a4
commit
94128fe027
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/94128fe027 Pull-request: https://github.com/SerenityOS/serenity/pull/23850 Reviewed-by: https://github.com/shannonbooth ✅
@@ -46,6 +46,7 @@ static bool is_platform_object(Type const& type)
|
||||
"FileList"sv,
|
||||
"FormData"sv,
|
||||
"HTMLCollection"sv,
|
||||
"ImageBitmap"sv,
|
||||
"ImageData"sv,
|
||||
"Instance"sv,
|
||||
"IntersectionObserverEntry"sv,
|
||||
|
||||
Reference in New Issue
Block a user