Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders

This commit is contained in:
Jim Mathies 2012-07-29 17:59:01 -05:00
Родитель 52c22cb8c0
Коммит 3a9fe0e5ea
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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.