Bug 856341 - Make gfxFcFontEntry::mPatterns fallible; r=jfkthame

This commit is contained in:
Ehsan Akhgari 2013-03-30 14:20:26 -04:00
Родитель a47376de61
Коммит 36cdae8ee2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -195,7 +195,7 @@ protected:
// One pattern is the common case and some subclasses rely on successful
// addition of the first element to the array.
nsAutoTArray<nsCountedRef<FcPattern>,1> mPatterns;
AutoFallibleTArray<nsCountedRef<FcPattern>,1> mPatterns;
bool mSkipHarfBuzz;
bool mSkipGraphiteCheck;