зеркало из https://github.com/mozilla/gecko-dev.git
Bug 590883. Don't forget to null-check the viewer, since the external resource load might have failed. r=roc a=blocking
This commit is contained in:
Родитель
78efffd9bf
Коммит
8e48dcb1b8
|
@ -845,7 +845,9 @@ ExternalResourceShower(nsIURI* aKey,
|
|||
nsExternalResourceMap::ExternalResource* aData,
|
||||
void* aClosure)
|
||||
{
|
||||
if (aData->mViewer) {
|
||||
aData->mViewer->Show();
|
||||
}
|
||||
return PL_DHASH_NEXT;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче