LibWeb: Recognise MessagePort as a platform object in IDL generator

This commit is contained in:
Luke Wilde 2023-11-06 19:56:13 +00:00 committed by Andreas Kling
parent e510d81567
commit 280199fb08

View file

@ -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,