mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
LibWeb: Recognise MessagePort as a platform object in IDL generator
This commit is contained in:
parent
e510d81567
commit
280199fb08
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