From c4555bdd9fbc8451ef2d0259d652f82333c96a82 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Fri, 16 Apr 1999 08:13:48 +0000 Subject: [PATCH] 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. --- xpfe/AppCores/src/nsBrowserAppCore.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/xpfe/AppCores/src/nsBrowserAppCore.cpp b/xpfe/AppCores/src/nsBrowserAppCore.cpp index 43b94e47a963..af3b4b668c0b 100644 --- a/xpfe/AppCores/src/nsBrowserAppCore.cpp +++ b/xpfe/AppCores/src/nsBrowserAppCore.cpp @@ -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;