зеркало из https://github.com/mozilla/pjs.git
Patch from Bruce Mitchener (bruce@cybersight.com) that fixes unitialized
memort error
This commit is contained in:
Родитель
f8f65fb15e
Коммит
5d5ab80fa3
|
@ -348,7 +348,7 @@ nsEventStateManager::CheckForAndDispatchClick(nsIPresContext& aPresContext,
|
|||
nsMouseEvent *aEvent,
|
||||
nsEventStatus& aStatus)
|
||||
{
|
||||
nsresult ret;
|
||||
nsresult ret = NS_OK;
|
||||
nsMouseEvent event;
|
||||
PRBool fireClick = PR_FALSE;
|
||||
|
||||
|
|
|
@ -348,7 +348,7 @@ nsEventStateManager::CheckForAndDispatchClick(nsIPresContext& aPresContext,
|
|||
nsMouseEvent *aEvent,
|
||||
nsEventStatus& aStatus)
|
||||
{
|
||||
nsresult ret;
|
||||
nsresult ret = NS_OK;
|
||||
nsMouseEvent event;
|
||||
PRBool fireClick = PR_FALSE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче