Bug 1295570 - Entries API - part 1 - Rename DOMFileSystem to FileSystem, r=smaug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user