Bug 1501478 - Fix payment dialog in browser.xhtml. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D9602

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brendan Dahl 2018-10-23 22:43:12 +00:00
Родитель 75433a2cd9
Коммит 79d0d6f396
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -79,7 +79,7 @@ PaymentUIService.prototype = {
merchantBrowser.setAttribute("tabmodalPromptShowing", "true");
// Darken the merchant content area.
let tabModalBackground = chromeWindow.document.createElement("box");
let tabModalBackground = chromeWindow.document.createXULElement("box");
tabModalBackground.classList.add("tabModalBackground", "paymentDialogBackground");
// Insert the same way as <tabmodalprompt>.
merchantBrowser.parentNode.insertBefore(tabModalBackground,