Index: Source/core/fileapi/FileList.idl |
diff --git a/Source/core/fileapi/FileList.idl b/Source/core/fileapi/FileList.idl |
index 9086f1c9e7dfa94998b041976f1c12a4f5ddbde7..4ef8bf6c9fe67cd5886793f083b9004f2d9cb668 100644 |
--- a/Source/core/fileapi/FileList.idl |
+++ b/Source/core/fileapi/FileList.idl |
@@ -24,10 +24,9 @@ |
*/ |
[ |
- IndexedGetter, |
ImplementationLacksVTable |
] interface FileList { |
readonly attribute unsigned long length; |
- File item(unsigned long index); |
+ getter File item(unsigned long index); |
}; |