mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibWeb: Make Path2D GC-allocated
This commit is contained in:
parent
0d2fee351a
commit
2704bcdaaa
Notes:
sideshowbarker
2024-07-17 07:26:44 +09:00
Author: https://github.com/awesomekling
Commit: 2704bcdaaa
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
5 changed files with 28 additions and 17 deletions
|
@ -155,6 +155,8 @@ static bool impl_is_wrapper(Type const& type)
|
|||
return true;
|
||||
if (type.name == "WebGLRenderingContext"sv)
|
||||
return true;
|
||||
if (type.name == "Path2D"sv)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue