Auto merge of #6714 - boghison:filelist, r=jdm

Implement a FileList



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6714)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-01 20:16:14 -06:00
commit b7261a2073
9 changed files with 65 additions and 45 deletions

View file

@ -99,6 +99,7 @@ var interfaceNamesInGlobalScope = [
"Event",
"EventTarget",
"File",
"FileList",
"FileReader",
"FormData",
"HTMLAnchorElement",