Chromium Code Reviews| Index: core/fileapi/FileList.idl |
| diff --git a/core/fileapi/FileList.idl b/core/fileapi/FileList.idl |
| index d82231369e271df2ed972b5517a2be5dee626170..e7e296a87c6dbd4e2461bad1e8c83cc7c5825b87 100644 |
| --- a/core/fileapi/FileList.idl |
| +++ b/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); |
| }; |
| - |