mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-28 10:36:51 +00:00
This fixes an issue on Twitter where they were instantiating an IntersectionObserver with a null root. The root IDL type is `(Element or Document)?` so null needs to be allowed.