Changing the browser window retriever method so that it can cross the chrome/content boundary.

This commit is contained in:
hyatt%netscape.com 1999-04-16 18:39:18 +00:00
Родитель 3c2f906370
Коммит 2e18d944e3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1590,7 +1590,7 @@ GlobalWindowImpl::GetBrowserWindowInterface(nsIBrowserWindow*& aBrowser)
nsresult ret;
nsIWebShell *mRootWebShell;
mWebShell->GetRootWebShell(mRootWebShell);
mWebShell->GetRootWebShellEvenIfChrome(mRootWebShell);
if (nsnull != mRootWebShell) {
nsIWebShellContainer *mRootContainer;
mRootWebShell->GetContainer(mRootContainer);