зеркало из https://github.com/mozilla/gecko-dev.git
Changing the browser window retriever method so that it can cross the chrome/content boundary.
This commit is contained in:
Родитель
3c2f906370
Коммит
2e18d944e3
|
@ -1590,7 +1590,7 @@ GlobalWindowImpl::GetBrowserWindowInterface(nsIBrowserWindow*& aBrowser)
|
||||||
nsresult ret;
|
nsresult ret;
|
||||||
|
|
||||||
nsIWebShell *mRootWebShell;
|
nsIWebShell *mRootWebShell;
|
||||||
mWebShell->GetRootWebShell(mRootWebShell);
|
mWebShell->GetRootWebShellEvenIfChrome(mRootWebShell);
|
||||||
if (nsnull != mRootWebShell) {
|
if (nsnull != mRootWebShell) {
|
||||||
nsIWebShellContainer *mRootContainer;
|
nsIWebShellContainer *mRootContainer;
|
||||||
mRootWebShell->GetContainer(mRootContainer);
|
mRootWebShell->GetContainer(mRootContainer);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче