mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 16:57:36 +00:00
Bug 379608. Allow doc accessibles to support accessible text interfaces. r=surkov
This commit is contained in:
parent
bd26112ce2
commit
1696a9350a
@ -88,7 +88,7 @@ STDMETHODIMP nsDocAccessibleWrap::QueryInterface(REFIID iid, void** ppv)
|
||||
*ppv = NS_STATIC_CAST(ISimpleDOMDocument*, this);
|
||||
|
||||
if (NULL == *ppv)
|
||||
return nsAccessibleWrap::QueryInterface(iid, ppv);
|
||||
return nsHyperTextAccessibleWrap::QueryInterface(iid, ppv);
|
||||
|
||||
(NS_REINTERPRET_CAST(IUnknown*, *ppv))->AddRef();
|
||||
return S_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user