Removing the SetParent to null hack on the content iframe. This causes all

sorts of things to break.  Landing the real fix for this problem.
This commit is contained in:
hyatt%netscape.com 1999-04-16 08:13:48 +00:00
Родитель 4de7de6ebc
Коммит c4555bdd9f
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -545,9 +545,6 @@ nsBrowserAppCore::SetContentWindow(nsIDOMWindow* aWin)
if (APP_DEBUG) {
printf("Attaching to Content WebShell [%s]\n", nsAutoCString(str));
}
// mContentAreaWebShell->SetURLListener(this);
// Break link to chrome.
mContentAreaWebShell->SetParent(0);
}
return NS_OK;