Issue #80 - De-unify dom/filesystem

This commit is contained in:
wolfbeast 2020-04-20 14:17:32 +02:00 committed by Roy Tam
commit 8c991b03a5
12 changed files with 35 additions and 1 deletions

View file

@ -16,10 +16,13 @@
#include "mozilla/dom/UnionTypes.h"
#include "mozilla/dom/ipc/BlobChild.h"
#include "mozilla/dom/ipc/BlobParent.h"
#include "mozilla/ipc/BackgroundParent.h"
#include "nsIFile.h"
#include "nsISimpleEnumerator.h"
#include "nsStringGlue.h"
using namespace mozilla::ipc;
namespace mozilla {
namespace dom {