diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index 773faa20227..d16b5a6b3b1 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -5128,6 +5128,7 @@ nsDocShell::BeginRestore(nsIContentViewer *aContentViewer, PRBool aTop) if (doc) { nsIChannel *channel = doc->GetChannel(); if (channel) { + mEODForCurrentDocument = PR_FALSE; mIsRestoringDocument = PR_TRUE; mLoadGroup->AddRequest(channel, nsnull); mIsRestoringDocument = PR_FALSE;