mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 841928 - fix crash in ia2AccessibleHypertext::get_hyperlink() r=me
This commit is contained in:
parent
bb3bcff1e0
commit
d1c8253dea
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user