mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
LibWeb: Add a forward declaration of FileAPI::FileList
This commit is contained in:
parent
9f4e3c7e25
commit
a3a69b8ad2
Notes:
github-actions[bot]
2024-08-19 11:30:35 +00:00
Author: https://github.com/trflynn89
Commit: a3a69b8ad2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ struct Header;
|
|||
namespace Web::FileAPI {
|
||||
class Blob;
|
||||
class File;
|
||||
class FileList;
|
||||
}
|
||||
|
||||
namespace Web::Geometry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue