mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 14:19:15 +00:00
Meta: Register CanvasGradient as a platform object
This commit is contained in:
parent
1a89d77688
commit
2be4142138
Notes:
sideshowbarker
2024-07-17 07:43:05 +09:00
Author: https://github.com/MacDue
Commit: 2be4142138
Pull-request: https://github.com/SerenityOS/serenity/pull/17049
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ static bool is_platform_object(Type const& type)
|
|||
"AbortSignal"sv,
|
||||
"Attr"sv,
|
||||
"Blob"sv,
|
||||
"CanvasGradient"sv,
|
||||
"CanvasRenderingContext2D"sv,
|
||||
"Document"sv,
|
||||
"DocumentType"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue