author | Mike Hommey <mh+mozilla@glandium.org> |
Sat, 06 May 2017 09:22:48 +0900 | |
changeset 356881 | 80d2096d675684e6d06787660069b35f1b6ac7fc |
parent 356880 | 323cb7b05a81eb19407cf2a3b8241cc68c96c36c |
child 356882 | d5cc139abcfdf2b785fe68ee54afdd9283ccfbc2 |
push id | 31775 |
push user | ihsiao@mozilla.com |
push date | Mon, 08 May 2017 03:10:38 +0000 |
treeherder | mozilla-central@22aaf8bad4df [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | smaug |
bugs | 1360903 |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/filesystem/compat/FileSystemDirectoryReader.h +++ b/dom/filesystem/compat/FileSystemDirectoryReader.h @@ -5,16 +5,17 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_dom_FileSystemDirectoryReader_h #define mozilla_dom_FileSystemDirectoryReader_h #include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BindingDeclarations.h" +#include "mozilla/dom/FileSystemDirectoryEntry.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" namespace mozilla { namespace dom { class Directory; class FileSystem;