зеркало из https://github.com/mozilla/gecko-dev.git
Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders
This commit is contained in:
Родитель
52c22cb8c0
Коммит
3a9fe0e5ea
|
@ -84,7 +84,8 @@ Compatibility::Init()
|
|||
::GetModuleHandleW(L"TextExtractorImpl64"))
|
||||
sConsumers |= YOUDAO;
|
||||
|
||||
if (::GetModuleHandleW(L"uiautomation"))
|
||||
if (::GetModuleHandleW(L"uiautomation") ||
|
||||
::GetModuleHandleW(L"uiautomationcore"))
|
||||
sConsumers |= UIAUTOMATION;
|
||||
|
||||
// If we have a known consumer remove the unknown bit.
|
||||
|
|
Загрузка…
Ссылка в новой задаче