mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
This factory forced callers to make a list of GC-allocated FileAPI::File objects. This isn't safe - this opens a window for these files to be garbage collected before the FileList object stores / visits the list. Instead, only allow creating an empty FileList and incrementally adding files to that list.