Bug 894938 - Content permission prompts don't work when prompt requestor is an iframe. r=mfinkle

This commit is contained in:
Gian-Carlo Pascutto 2013-07-18 14:05:33 +02:00
Родитель 3b7e74887c
Коммит 8c91b6a483
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -58,7 +58,7 @@ ContentPermissionPrompt.prototype = {
return;
let chromeWin = this.getChromeForRequest(request);
let tab = chromeWin.BrowserApp.getTabForWindow(request.window);
let tab = chromeWin.BrowserApp.getTabForWindow(request.window.top);
if (!tab)
return;