mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Fix incorrect tinderbox popups with fastback (bug 292933). Make sure mLSHE is nulled out when we finish fastback navigation. r+sr=darin, a=brendan.
This commit is contained in:
parent
8e7b140067
commit
f4c0d8ef73
@ -5188,8 +5188,13 @@ nsDocShell::RestorePresentation(nsISHEntry *aSHEntry, PRBool aSavePresentation,
|
||||
nsDoc->SetTitle(title);
|
||||
}
|
||||
|
||||
// aSHEntry is now our currently-loaded document.
|
||||
mOSHE = aSHEntry;
|
||||
|
||||
// Clear the mLSHE reference to indicate document loading is done one
|
||||
// way or another.
|
||||
mLSHE = nsnull;
|
||||
|
||||
// mEODForCurrentDocument is true here, so EndPageLoad will not fire
|
||||
// onload (we fire that below, in a special way so that the content window
|
||||
// does not see it).
|
||||
|
Loading…
x
Reference in New Issue
Block a user