Bug 1406024 - [1.0] Only pass tab id for Fennec prompts. r=jchen

This commit is contained in:
Eugen Sawin 2017-10-25 22:30:11 +02:00
Родитель ffbd50af40
Коммит b3e6daca8e
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -35,7 +35,9 @@ function Prompt(aOptions) {
if (this.window) {
let window = getRootWindow(this.window);
var tab = window &&
let tab = window &&
window.document.documentElement
.getAttribute("windowtype") === "navigator:browser" &&
window.BrowserApp &&
window.BrowserApp.getTabForWindow(this.window);
if (tab) {