Bug 768997 - nsAccUtils::IsTextInterfaceSupportCorrect() is no longer called in DEBUG on Mac. r=davidb

--HG--
extra : rebase_source : df9c75a40f5d25af429a7a14dbea8a05ef82d65e
This commit is contained in:
Hubert Figuière 2012-07-11 17:23:46 -07:00
Родитель 4ca65cbc22
Коммит 34120b1053
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -412,7 +412,7 @@ GetClosestInterestingAccessible(id anObject)
if (!mGeckoAccessible)
return nil;
#ifdef DEBUG
#ifdef DEBUG_A11Y
NS_ASSERTION(nsAccUtils::IsTextInterfaceSupportCorrect(mGeckoAccessible),
"Does not support nsIAccessibleText when it should");
#endif