diff options
author | wicknix <39230578+wicknix@users.noreply.github.com> | 2019-04-15 18:58:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 18:58:07 -0500 |
commit | 5a1843c9f9e323627f9c35529e6a8c853d4dbb0d (patch) | |
tree | 62de3cd7cb8a6f75e568863bb73ca2deb80d87a9 /docshell/shistory | |
parent | 065f6f9e5ebc1ed6cfaadaf7851b6021fa94a013 (diff) | |
parent | 095ea556855b38138e39e713f482eb440f7da9b2 (diff) | |
download | UXP-5a1843c9f9e323627f9c35529e6a8c853d4dbb0d.tar UXP-5a1843c9f9e323627f9c35529e6a8c853d4dbb0d.tar.gz UXP-5a1843c9f9e323627f9c35529e6a8c853d4dbb0d.tar.lz UXP-5a1843c9f9e323627f9c35529e6a8c853d4dbb0d.tar.xz UXP-5a1843c9f9e323627f9c35529e6a8c853d4dbb0d.zip |
Merge pull request #1 from MoonchildProductions/master
keep up with mc
Diffstat (limited to 'docshell/shistory')
-rw-r--r-- | docshell/shistory/moz.build | 2 | ||||
-rw-r--r-- | docshell/shistory/nsSHEntry.cpp | 1 | ||||
-rw-r--r-- | docshell/shistory/nsSHEntryShared.h | 1 |
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" |