Bug 1185381 - Make FileList clonable - patch 1 - move code into FileList.h/.cpp, r=smaug

This commit is contained in:
Andrea Marchesini
2015-07-22 17:03:07 +01:00
parent 6fb9171d58
commit 0b26903614
11 changed files with 156 additions and 115 deletions

View File

@@ -80,6 +80,7 @@
// input type=file
#include "mozilla/dom/File.h"
#include "mozilla/dom/FileList.h"
#include "nsIFile.h"
#include "nsNetCID.h"
#include "nsNetUtil.h"