Skip to content

Commit

Permalink
LibWeb: Recognise MessagePort as a platform object in IDL generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubrsi authored and awesomekling committed Nov 8, 2023
1 parent e510d81 commit 280199f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 280199f

Please sign in to comment.