зеркало из https://github.com/mozilla/gecko-dev.git
commenting out errant printf!
This commit is contained in:
Родитель
f6f8ae5738
Коммит
6dc1cd08e9
|
@ -924,7 +924,7 @@ NS_IMETHODIMP nsFrame::HandleDrag(nsIPresContext& aPresContext,
|
|||
if (!DisplaySelection(aPresContext)) {
|
||||
return NS_OK;
|
||||
}
|
||||
printf("handledrag %x\n",this);
|
||||
// printf("handledrag %x\n",this);
|
||||
nsCOMPtr<nsIPresShell> shell;
|
||||
nsresult rv = aPresContext.GetShell(getter_AddRefs(shell));
|
||||
if (NS_SUCCEEDED(rv) && shell) {
|
||||
|
|
|
@ -924,7 +924,7 @@ NS_IMETHODIMP nsFrame::HandleDrag(nsIPresContext& aPresContext,
|
|||
if (!DisplaySelection(aPresContext)) {
|
||||
return NS_OK;
|
||||
}
|
||||
printf("handledrag %x\n",this);
|
||||
// printf("handledrag %x\n",this);
|
||||
nsCOMPtr<nsIPresShell> shell;
|
||||
nsresult rv = aPresContext.GetShell(getter_AddRefs(shell));
|
||||
if (NS_SUCCEEDED(rv) && shell) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче