зеркало из https://github.com/mozilla/pjs.git
Bug 459443. Make sure to detach our editor even if we don't have a session history entry, so that scripts will get correctly reenabled. r+sr=peterv
This commit is contained in:
Родитель
d6a61ced32
Коммит
5e99e73564
|
@ -5535,8 +5535,7 @@ nsDocShell::DetachEditorFromWindow(nsISHEntry *aSHEntry)
|
|||
void
|
||||
nsDocShell::DetachEditorFromWindow()
|
||||
{
|
||||
if (mOSHE)
|
||||
DetachEditorFromWindow(mOSHE);
|
||||
DetachEditorFromWindow(mOSHE);
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче