зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
b28c75659b
Коммит
da6e2b7dbb
|
@ -844,7 +844,7 @@ nsNPAPIPluginStreamListener::HandleRedirectNotification(nsIChannel *oldChannel,
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!mInst) {
|
||||
if (!mInst || !mInst->CanFireNotifications()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче