Backed out 4 changesets (bug 1629866, bug 1570255) for assertion failures on DocumentChannelChild.cpp. CLOSED TREE
Backed out changeset 214e4a11be0d (bug 1570255) Backed out changeset db066dda1bb8 (bug 1570255) Backed out changeset d9f75d88613e (bug 1570255) Backed out changeset fe2d4790b73a (bug 1629866)
This commit is contained in:
@@ -8,13 +8,11 @@
|
||||
#define nsDocShellLoadState_h__
|
||||
|
||||
#include "mozilla/dom/BrowsingContext.h"
|
||||
#include "mozilla/dom/SessionHistoryEntry.h"
|
||||
|
||||
// Helper Classes
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsString.h"
|
||||
#include "nsDocShellLoadTypes.h"
|
||||
#include "nsTArrayForwardDeclare.h"
|
||||
|
||||
class nsIContentSecurityPolicy;
|
||||
class nsIInputStream;
|
||||
@@ -129,12 +127,6 @@ class nsDocShellLoadState final {
|
||||
|
||||
void SetSHEntry(nsISHEntry* aSHEntry);
|
||||
|
||||
const mozilla::dom::SessionHistoryInfo& GetSessionHistoryInfo() const;
|
||||
uint64_t GetSessionHistoryID() const;
|
||||
|
||||
void SetSessionHistoryInfo(
|
||||
const mozilla::dom::SessionHistoryInfoAndId& aIdAndInfo);
|
||||
|
||||
const nsString& Target() const;
|
||||
|
||||
void SetTarget(const nsAString& aTarget);
|
||||
@@ -350,9 +342,6 @@ class nsDocShellLoadState final {
|
||||
// Active Session History entry (if loading from SH)
|
||||
nsCOMPtr<nsISHEntry> mSHEntry;
|
||||
|
||||
// Session history info for the load
|
||||
mozilla::dom::SessionHistoryInfoAndId mSessionHistoryInfo;
|
||||
|
||||
// Target for load, like _content, _blank etc.
|
||||
nsString mTarget;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user