mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 01:31:02 +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. |
||
|---|---|---|
| .. | ||
| Blob.cpp | ||
| Blob.h | ||
| Blob.idl | ||
| BlobURLStore.cpp | ||
| BlobURLStore.h | ||
| File.cpp | ||
| File.h | ||
| File.idl | ||
| FileList.cpp | ||
| FileList.h | ||
| FileList.idl | ||
| FileReader.cpp | ||
| FileReader.h | ||
| FileReader.idl | ||