| Index: Source/core/dom/DataTransferItemList.idl
|
| diff --git a/Source/core/dom/DataTransferItemList.idl b/Source/core/dom/DataTransferItemList.idl
|
| index 9b63b49cb94f3dc74968fb374858eee5d3d870db..88f28f8ffd450cf0a48992f59c923ba55bf70b9e 100644
|
| --- a/Source/core/dom/DataTransferItemList.idl
|
| +++ b/Source/core/dom/DataTransferItemList.idl
|
| @@ -29,12 +29,11 @@
|
| */
|
|
|
| [
|
| - IndexedGetter,
|
| CustomDeleteProperty,
|
| ImplementationLacksVTable
|
| ] interface DataTransferItemList {
|
| readonly attribute long length;
|
| - DataTransferItem item([Default=Undefined] optional unsigned long index);
|
| + getter DataTransferItem item([Default=Undefined] optional unsigned long index);
|
|
|
| void clear();
|
| void add(File? file);
|
|
|