mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Meta: Register CanvasPattern as a platform object
This commit is contained in:
parent
b106fd640b
commit
0c313c586b
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/MacDue
Commit: 0c313c586b
Pull-request: https://github.com/SerenityOS/serenity/pull/17289
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Attr"sv,
|
||||
"Blob"sv,
|
||||
"CanvasGradient"sv,
|
||||
"CanvasPattern"sv,
|
||||
"CanvasRenderingContext2D"sv,
|
||||
"Document"sv,
|
||||
"DocumentType"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue