зеркало из https://github.com/mozilla/pjs.git
Bug 379608. Allow doc accessibles to support accessible text interfaces. r=surkov
This commit is contained in:
Родитель
3e624b2925
Коммит
e5074332fc
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче