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;