summaryrefslogtreecommitdiffstats
path: root/docshell/shistory
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-21 20:01:53 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-21 20:01:53 +0100
commitf89a809df5e50fc4f7a58fcaac55861aa33a8e31 (patch)
tree759bf071afe636cb9264718dede7d43694339da5 /docshell/shistory
parent6f78cfb3a486efa43f7b25aa809df4a4444c62f8 (diff)
downloadUXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar
UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar.gz
UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar.lz
UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.tar.xz
UXP-f89a809df5e50fc4f7a58fcaac55861aa33a8e31.zip
Stop building /docshell unified and fix deprot.
Tag #80
Diffstat (limited to 'docshell/shistory')
-rw-r--r--docshell/shistory/moz.build2
-rw-r--r--docshell/shistory/nsSHEntry.cpp1
-rw-r--r--docshell/shistory/nsSHEntryShared.h1
3 files changed, 3 insertions, 1 deletions
diff --git a/docshell/shistory/moz.build b/docshell/shistory/moz.build
index c85c3a3cb..3d3fb51a2 100644
--- a/docshell/shistory/moz.build
+++ b/docshell/shistory/moz.build
@@ -23,7 +23,7 @@ EXPORTS += [
'nsSHEntryShared.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'nsSHEntry.cpp',
'nsSHEntryShared.cpp',
'nsSHistory.cpp',
diff --git a/docshell/shistory/nsSHEntry.cpp b/docshell/shistory/nsSHEntry.cpp
index 6b0b066d9..89ba2ebeb 100644
--- a/docshell/shistory/nsSHEntry.cpp
+++ b/docshell/shistory/nsSHEntry.cpp
@@ -15,6 +15,7 @@
#include "nsIInputStream.h"
#include "nsIURI.h"
#include "mozilla/net/ReferrerPolicy.h"
+#include "nsArray.h"
#include <algorithm>
namespace dom = mozilla::dom;
diff --git a/docshell/shistory/nsSHEntryShared.h b/docshell/shistory/nsSHEntryShared.h
index 0a40691ff..afeb33863 100644
--- a/docshell/shistory/nsSHEntryShared.h
+++ b/docshell/shistory/nsSHEntryShared.h
@@ -12,6 +12,7 @@
#include "nsCOMArray.h"
#include "nsIBFCacheEntry.h"
#include "nsIMutationObserver.h"
+#include "nsISHEntry.h"
#include "nsExpirationTracker.h"
#include "nsRect.h"
#include "nsString.h"