зеркало из https://github.com/mozilla/pjs.git
Bug 547692 - Crash [@ nsCoreUtils::DispatchMouseEvent(unsigned int, nsIPresShell*, nsIContent*) ]. r=surkov
This commit is contained in:
Родитель
7a044714e2
Коммит
7e3f78132f
|
@ -2498,7 +2498,7 @@ nsAccessible::DoCommand(nsIContent *aContent, PRUint32 aActionIndex)
|
|||
{
|
||||
nsCOMPtr<nsIContent> content = aContent;
|
||||
if (!content)
|
||||
content = do_QueryInterface(mDOMNode);
|
||||
content = nsCoreUtils::GetRoleContent(mDOMNode);
|
||||
|
||||
NS_DISPATCH_RUNNABLEMETHOD_ARG2(DispatchClickEvent, this,
|
||||
content, aActionIndex)
|
||||
|
|
Загрузка…
Ссылка в новой задаче