Index: Source/core/fileapi/FileList.idl |
diff --git a/Source/core/fileapi/FileList.idl b/Source/core/fileapi/FileList.idl |
index a2a247207cb4080cf1d33983f95a1add9195a24d..d82231369e271df2ed972b5517a2be5dee626170 100644 |
--- a/Source/core/fileapi/FileList.idl |
+++ b/Source/core/fileapi/FileList.idl |
@@ -24,6 +24,7 @@ |
*/ |
[ |
+ WillBeGarbageCollected |
] interface FileList { |
readonly attribute unsigned long length; |
getter File item(unsigned long index); |