Added an arg to createPopup, so I could tell what the originating window was.

This commit is contained in:
hyatt%netscape.com 1999-05-16 07:46:34 +00:00
Родитель 650919a1b6
Коммит c562d45ee1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;
}