Unhook subframe containers / link handlers when putting a document into bfcache, and restore them when restoring the document (bug 314549). r+sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@184218 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5426,7 +5426,7 @@ nsDocShell::RestoreFromHistory()
|
||||
mLSHE->SetWindowState(nsnull);
|
||||
|
||||
// Reattach to the window object.
|
||||
rv = mContentViewer->Open(windowState);
|
||||
rv = mContentViewer->Open(windowState, mLSHE);
|
||||
|
||||
// Now remove it from the cached presentation.
|
||||
mLSHE->SetContentViewer(nsnull);
|
||||
|
||||
Reference in New Issue
Block a user