From f89a809df5e50fc4f7a58fcaac55861aa33a8e31 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 21 Feb 2019 20:01:53 +0100 Subject: Stop building /docshell unified and fix deprot. Tag #80 --- docshell/shistory/moz.build | 2 +- docshell/shistory/nsSHEntry.cpp | 1 + docshell/shistory/nsSHEntryShared.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docshell/shistory') 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 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" -- cgit v1.2.3