зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
4de7de6ebc
Коммит
c4555bdd9f
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче