LibWeb: Make CanvasImageSource also be an ImageBitmap

This commit is contained in:
Lucas CHOLLET 2024-04-05 09:15:45 -04:00 committed by Andreas Kling
commit 94128fe027
Notes: sideshowbarker 2024-07-17 02:39:10 +09:00
8 changed files with 24 additions and 5 deletions

View file

@ -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,