зеркало из https://github.com/mozilla/gecko-dev.git
Bug 856341 - Make gfxFcFontEntry::mPatterns fallible; r=jfkthame
This commit is contained in:
Родитель
a47376de61
Коммит
36cdae8ee2
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче