Bug 775467 - Make readyState progress through all states without duplicate transitions. r=bzbarsky.
This commit is contained in:
@@ -7253,7 +7253,9 @@ nsDocShell::RestoreFromHistory()
|
||||
mLSHE->GetRefreshURIList(getter_AddRefs(refreshURIList));
|
||||
|
||||
// Reattach to the window object.
|
||||
mIsRestoringDocument = true; // for MediaDocument::BecomeInteractive
|
||||
rv = mContentViewer->Open(windowState, mLSHE);
|
||||
mIsRestoringDocument = false;
|
||||
|
||||
// Hack to keep nsDocShellEditorData alive across the
|
||||
// SetContentViewer(nsnull) call below.
|
||||
|
||||
Reference in New Issue
Block a user