Index: Source/core/fileapi/FileList.idl |
diff --git a/Source/core/fileapi/FileList.idl b/Source/core/fileapi/FileList.idl |
index 2fb355714087a0622d95aa6693fe945da35d1757..9bbd8a5897f9c0945a216ae84852dd00c4f2ac36 100644 |
--- a/Source/core/fileapi/FileList.idl |
+++ b/Source/core/fileapi/FileList.idl |
@@ -23,10 +23,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://w3c.github.io/FileAPI/#filelist-section |
+ |
[ |
Exposed=(Window,Worker), |
GarbageCollected |
] interface FileList { |
+ getter File? item(unsigned long index); |
readonly attribute unsigned long length; |
- getter File item(unsigned long index); |
}; |