mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 22:31:29 +03: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: https://github.com/SerenityOS/serenity/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
@ -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…
Reference in New Issue
Block a user