зеркало из https://github.com/mozilla/pjs.git
Added an arg to createPopup, so I could tell what the originating window was.
This commit is contained in:
Родитель
650919a1b6
Коммит
c562d45ee1
|
@ -1638,7 +1638,7 @@ GlobalWindowImpl::CreatePopup(nsIDOMElement* aElement, nsIDOMElement* aPopupCont
|
|||
nsCOMPtr<nsIWebShellContainer> webShellContainer = do_QueryInterface(mWebShell);
|
||||
if (webShellContainer) {
|
||||
webShellContainer->CreatePopup(aElement, aPopupContent, aXPos, aYPos, aPopupType,
|
||||
aPopupAlignment);
|
||||
aPopupAlignment, this);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче