зеркало из https://github.com/mozilla/gecko-dev.git
Bug 640968 - Avoid using null cache if the singleton does not actually exist. r=blassey
This commit is contained in:
Родитель
e59115d6f8
Коммит
fe861bb901
|
@ -183,7 +183,7 @@ public:
|
|||
|
||||
void Init()
|
||||
{
|
||||
if (!mMap.ops)
|
||||
if (!mMap.ops || !mCache)
|
||||
return;
|
||||
nsCAutoString prefName("font.cache");
|
||||
PRUint32 size;
|
||||
|
|
Загрузка…
Ссылка в новой задаче