mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
LibWeb: Remove unused DataTransfer-related IDL factories
The IDL for DataTransferItem and DataTransferItemList do not have constructors.
This commit is contained in:
committed by
Andreas Kling
parent
535f03b6cf
commit
34ad67e056
@@ -13,11 +13,6 @@ namespace Web::HTML {
|
||||
|
||||
JS_DEFINE_ALLOCATOR(DataTransferItem);
|
||||
|
||||
JS::NonnullGCPtr<DataTransferItem> DataTransferItem::construct_impl(JS::Realm& realm)
|
||||
{
|
||||
return realm.heap().allocate<DataTransferItem>(realm, realm);
|
||||
}
|
||||
|
||||
DataTransferItem::DataTransferItem(JS::Realm& realm)
|
||||
: PlatformObject(realm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user