mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Recognise MessagePort as a platform object in IDL generator
This commit is contained in:
parent
e510d81567
commit
280199fb08
Notes:
sideshowbarker
2024-07-17 01:12:07 +09:00
Author: https://github.com/Lubrsi
Commit: 280199fb08
Pull-request: https://github.com/SerenityOS/serenity/pull/21823
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/shannonbooth
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Instance"sv,
|
||||
"IntersectionObserverEntry"sv,
|
||||
"Memory"sv,
|
||||
"MessagePort"sv,
|
||||
"Module"sv,
|
||||
"MutationRecord"sv,
|
||||
"NamedNodeMap"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue