зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1406024 - [1.0] Only pass tab id for Fennec prompts. r=jchen
This commit is contained in:
Родитель
ffbd50af40
Коммит
b3e6daca8e
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче