mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
bug 1164135 - fix AtkHyperlink::GetStartIndex r=davidb
This commit is contained in:
parent
77b43440dc
commit
7cea9db1a6
@ -221,7 +221,7 @@ gint
|
||||
getStartIndexCB(AtkHyperlink *aLink)
|
||||
{
|
||||
MaiHyperlink* maiLink = GetMaiHyperlink(aLink);
|
||||
if (maiLink)
|
||||
if (!maiLink)
|
||||
return -1;
|
||||
|
||||
if (Accessible* hyperlink = maiLink->GetAccHyperlink())
|
||||
|
Loading…
x
Reference in New Issue
Block a user