mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
Meta: Register CanvasGradient as a platform object
This commit is contained in:
parent
1a89d77688
commit
2be4142138
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ static bool is_platform_object(Type const& type)
|
||||||
"AbortSignal"sv,
|
"AbortSignal"sv,
|
||||||
"Attr"sv,
|
"Attr"sv,
|
||||||
"Blob"sv,
|
"Blob"sv,
|
||||||
|
"CanvasGradient"sv,
|
||||||
"CanvasRenderingContext2D"sv,
|
"CanvasRenderingContext2D"sv,
|
||||||
"Document"sv,
|
"Document"sv,
|
||||||
"DocumentType"sv,
|
"DocumentType"sv,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue