Chromium Code Reviews| Index: Source/core/fileapi/FileList.idl |
| diff --git a/Source/core/fileapi/FileList.idl b/Source/core/fileapi/FileList.idl |
| index d82231369e271df2ed972b5517a2be5dee626170..f949beca00a20ce2fc1f3bb1bc532d26b98fe044 100644 |
| --- a/Source/core/fileapi/FileList.idl |
| +++ b/Source/core/fileapi/FileList.idl |
| @@ -24,9 +24,9 @@ |
| */ |
| [ |
| + Exposed=Window&Worker, |
| WillBeGarbageCollected |
| ] interface FileList { |
| readonly attribute unsigned long length; |
| getter File item(unsigned long index); |
| }; |
| - |