summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2017-05-05 11:17:09 -0400
committerRuben Rodriguez <ruben@gnu.org>2017-05-05 11:17:09 -0400
commitf137dd0571291255b0d9f76be36fb10dcc41a790 (patch)
tree933b4ef2fd90f0ddb0e1a58b0ab3cfe6d52cf9f0 /data
parent2a9a39c374592a3d6822787167e3955564805735 (diff)
Fixed build error from upstream regression
Diffstat (limited to 'data')
-rw-r--r--data/patches/FileSystemDirectoryEntry.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/patches/FileSystemDirectoryEntry.patch b/data/patches/FileSystemDirectoryEntry.patch
new file mode 100644
index 0000000..091f289
--- /dev/null
+++ b/data/patches/FileSystemDirectoryEntry.patch
@@ -0,0 +1,30 @@
+# HG changeset patch
+# User Tom Ritter <tom@mozilla.com>
+# Date 1491237602 18000
+# Mon Apr 03 11:40:02 2017 -0500
+# Node ID 6acbb284e1bdb2294127e34cc1cfdb77d8a9a065
+# Parent 9f1a26953dedbee4e3796ee12135b0a540028cee
+Add FileSystemDirectoryEntry.h include
+https://bugzilla.mozilla.org/show_bug.cgi?id=1353765
+
+diff --git a/dom/filesystem/compat/FileSystemDirectoryReader.h b/dom/filesystem/compat/FileSystemDirectoryReader.h
+--- 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;