Bug 547692 - Crash [@ nsCoreUtils::DispatchMouseEvent(unsigned int, nsIPresShell*, nsIContent*) ]. r=surkov

This commit is contained in:
David Bolter 2010-02-23 09:38:00 -05:00
Родитель 7a044714e2
Коммит 7e3f78132f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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)