Index: core/dom/DataTransferItemList.idl |
=================================================================== |
--- core/dom/DataTransferItemList.idl (revision 22811) |
+++ core/dom/DataTransferItemList.idl (working copy) |
@@ -29,12 +29,10 @@ |
*/ |
[ |
- 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); |