mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 702903 - IAccessibleRelation::get_target broken, r=tbsaunde
This commit is contained in:
parent
7e6675b635
commit
fc9b75b652
@ -191,7 +191,7 @@ __try {
|
|||||||
if (aTargetIndex < 0 || aTargetIndex >= mTargets.Length() || !aTarget)
|
if (aTargetIndex < 0 || aTargetIndex >= mTargets.Length() || !aTarget)
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
||||||
mTargets[aTargetIndex]->QueryInterface((const nsID&) IID_IUnknown, (void**) aTarget);
|
mTargets[aTargetIndex]->QueryNativeInterface(IID_IUnknown, (void**) aTarget);
|
||||||
return S_OK;
|
return S_OK;
|
||||||
|
|
||||||
} __except(nsAccessNodeWrap::FilterA11yExceptions(::GetExceptionCode(), GetExceptionInformation())) { }
|
} __except(nsAccessNodeWrap::FilterA11yExceptions(::GetExceptionCode(), GetExceptionInformation())) { }
|
||||||
|
Loading…
Reference in New Issue
Block a user