Bug 1295570 - Entries API - part 1 - Rename DOMFileSystem to FileSystem, r=smaug

This commit is contained in:
Andrea Marchesini
2016-08-18 09:17:02 +02:00
parent 0ddd90f82e
commit 97c71d5681
21 changed files with 58 additions and 59 deletions

View File

@@ -80,7 +80,7 @@
// input type=file
#include "mozilla/dom/Entry.h"
#include "mozilla/dom/DOMFileSystem.h"
#include "mozilla/dom/FileSystem.h"
#include "mozilla/dom/File.h"
#include "mozilla/dom/FileList.h"
#include "nsIFile.h"
@@ -8259,7 +8259,7 @@ HTMLInputElement::UpdateEntries(const nsTArray<OwningFileOrDirectory>& aFilesOrD
nsCOMPtr<nsIGlobalObject> global = OwnerDoc()->GetScopeObject();
MOZ_ASSERT(global);
RefPtr<DOMFileSystem> fs = DOMFileSystem::Create(global);
RefPtr<FileSystem> fs = FileSystem::Create(global);
if (NS_WARN_IF(!fs)) {
return;
}