Bug 626608: Make sure plugin is in a state to receive callbacks before calling NPP_UrlRedirectNotify. r=bsmedberg a=blocking2.0final+

This commit is contained in:
Josh Aas 2011-02-03 16:45:33 -08:00
Родитель b28c75659b
Коммит da6e2b7dbb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -844,7 +844,7 @@ nsNPAPIPluginStreamListener::HandleRedirectNotification(nsIChannel *oldChannel,
return false;
}
if (!mInst) {
if (!mInst || !mInst->CanFireNotifications()) {
return false;
}