bug 841928 - fix crash in ia2AccessibleHypertext::get_hyperlink() r=me

This commit is contained in:
Trevor Saunders 2013-02-15 18:02:21 -05:00
parent c322ae06f7
commit e8f28d84a6

View File

@ -45,7 +45,7 @@ ia2AccessibleHypertext::get_hyperlink(long aLinkIndex,
return CO_E_OBJNOTCONNECTED;
Accessible* hyperLink = hyperText->GetLinkAt(aLinkIndex);
if (!hyperText)
if (!hyperLink)
return E_FAIL;
*aHyperlink =