mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1215657 - make AccessibleWrap::accDoDefaultAction work with proxies r=davidb
This commit is contained in:
parent
5dbd682470
commit
66b5c512e6
@ -1134,7 +1134,7 @@ AccessibleWrap::accDoDefaultAction(
|
||||
|
||||
// TODO make this work with proxies.
|
||||
if (xpAccessible->IsProxy())
|
||||
return E_NOTIMPL;
|
||||
return xpAccessible->Proxy()->DoAction(0) ? S_OK : E_INVALIDARG;
|
||||
|
||||
return xpAccessible->DoAction(0) ? S_OK : E_INVALIDARG;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user