зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1084589 - Fix a Yosemite topcrasher. r=gijskruitbosch
This commit is contained in:
Родитель
87281e9299
Коммит
5aeb978910
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче