Bug 940765 - Possibly-temporary annotation for InitStaticMembers, r=terrence

--HG--
extra : rebase_source : 43df20066e1090ce1269cc4cbc104d537a91a017
This commit is contained in:
Steve Fink 2013-11-21 10:15:22 -08:00
Родитель 51e6ca5a7f
Коммит 38232338a4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -162,6 +162,7 @@ var ignoreFunctions = {
// Bug 940765 - fetching preferences should not GC
"PrefHashEntry* pref_HashTableLookup(void*)": true,
"uint8 mozilla::Preferences::InitStaticMembers()": true, // Temporary, see bug 940765
// These are a little overzealous -- these destructors *can* GC if they end
// up wrapping a pending exception. See bug 898815 for the heavyweight fix.