1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 14:50:45 +00:00

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,