LibWeb: Add an empty DataTransferItemList IDL implementation

This commit is contained in:
Timothy Flynn 2024-08-15 12:20:22 -04:00 committed by Andreas Kling
commit dcb76572e4
Notes: github-actions[bot] 2024-08-19 11:31:01 +00:00
7 changed files with 79 additions and 0 deletions

View file

@ -354,6 +354,7 @@ class CloseWatcherManager;
class CustomElementDefinition;
class CustomElementRegistry;
class DataTransferItem;
class DataTransferItemList;
class DecodedImageData;
class DocumentState;
class DOMParser;