Back out bug 459443 for now, until the patch in bug 474389 gets reviewed

This commit is contained in:
Boris Zbarsky
2009-01-20 22:54:52 -05:00
parent 243e96b198
commit 203911be60
2 changed files with 3 additions and 2 deletions

View File

@@ -5534,7 +5534,8 @@ nsDocShell::DetachEditorFromWindow(nsISHEntry *aSHEntry)
void
nsDocShell::DetachEditorFromWindow()
{
DetachEditorFromWindow(mOSHE);
if (mOSHE)
DetachEditorFromWindow(mOSHE);
}
nsresult