Bug 1084589 - Fix a Yosemite topcrasher. r=gijskruitbosch

This commit is contained in:
Steven Michaud 2014-10-17 19:16:04 -05:00
Родитель 87281e9299
Коммит 5aeb978910
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -874,7 +874,7 @@ GetAquaAppearance()
static void
RenderWithCoreUI(CGRect aRect, CGContextRef cgContext, NSDictionary* aOptions)
{
static id appearance = GetAquaAppearance();
id appearance = GetAquaAppearance();
if (aRect.size.width * aRect.size.height > BITMAP_MAX_AREA) {
return;