зеркало из https://github.com/mozilla/gecko-dev.git
DOn't need the printf any more.
This commit is contained in:
Родитель
d8868b63ca
Коммит
3bcdf2b219
|
@ -213,8 +213,6 @@ XULPopupListenerImpl::LaunchPopup(nsIDOMEvent* anEvent)
|
|||
// Get the DOM window
|
||||
nsCOMPtr<nsIDOMWindow> domWindow = do_QueryInterface(global);
|
||||
if (domWindow != nsnull) {
|
||||
printf("Can call createPopup!\n");
|
||||
|
||||
// Find out if we're anchored.
|
||||
nsString anchorAlignment;
|
||||
element->GetAttribute("popupanchor", anchorAlignment);
|
||||
|
|
|
@ -213,8 +213,6 @@ XULPopupListenerImpl::LaunchPopup(nsIDOMEvent* anEvent)
|
|||
// Get the DOM window
|
||||
nsCOMPtr<nsIDOMWindow> domWindow = do_QueryInterface(global);
|
||||
if (domWindow != nsnull) {
|
||||
printf("Can call createPopup!\n");
|
||||
|
||||
// Find out if we're anchored.
|
||||
nsString anchorAlignment;
|
||||
element->GetAttribute("popupanchor", anchorAlignment);
|
||||
|
|
Загрузка…
Ссылка в новой задаче