mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
parent
af4c3901d8
commit
fd87c8cb3e
155 changed files with 3 additions and 226 deletions
|
@ -12,7 +12,6 @@ use dom::window::Window;
|
|||
|
||||
// https://w3c.github.io/FileAPI/#dfn-filelist
|
||||
#[dom_struct]
|
||||
#[derive(HeapSizeOf)]
|
||||
pub struct FileList {
|
||||
reflector_: Reflector,
|
||||
list: Vec<JS<File>>
|
||||
|
@ -49,4 +48,3 @@ impl<'a> FileListMethods for &'a FileList {
|
|||
item
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue