LibWeb: Add a forward declaration of FileAPI::FileList

This commit is contained in:
Timothy Flynn 2024-08-17 14:26:55 -04:00 committed by Andreas Kling
commit a3a69b8ad2
Notes: github-actions[bot] 2024-08-19 11:30:35 +00:00

View file

@ -325,6 +325,7 @@ struct Header;
namespace Web::FileAPI {
class Blob;
class File;
class FileList;
}
namespace Web::Geometry {