зеркало из https://github.com/mozilla/pjs.git
Bug 424971. XUL alerts not getting spoken. Patch by Marcoz, r=aaronlev, a=blocking1.9
This commit is contained in:
Родитель
5a1b007391
Коммит
4d760ef606
|
@ -296,9 +296,6 @@ __try {
|
|||
if (NS_FAILED(xpAccessible->GetName(name)))
|
||||
return E_FAIL;
|
||||
|
||||
if (name.IsEmpty())
|
||||
return S_FALSE;
|
||||
|
||||
*pszName = ::SysAllocStringLen(name.get(), name.Length());
|
||||
if (!*pszName)
|
||||
return E_OUTOFMEMORY;
|
||||
|
|
Загрузка…
Ссылка в новой задаче