| Index: third_party/WebCore/fileapi/FileList.idl
|
| diff --git a/third_party/WebCore/fileapi/FileList.idl b/third_party/WebCore/fileapi/FileList.idl
|
| index 0cdf861164003703c76be269d829644a715587a1..14139a7635d330d0609e5c2cc2e1f919f7a4c730 100644
|
| --- a/third_party/WebCore/fileapi/FileList.idl
|
| +++ b/third_party/WebCore/fileapi/FileList.idl
|
| @@ -30,7 +30,7 @@ module html {
|
| JSNoStaticTables
|
| ] FileList {
|
| readonly attribute unsigned long length;
|
| - File item(in [IsIndex] unsigned long index);
|
| + File item(in unsigned long index);
|
| };
|
|
|
| }
|
|
|