Bug 1551320 - Replace another instance of createElement with createXULElement. r=bgrins

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brendan Dahl 2019-05-22 20:19:28 +00:00
parent b15ec7f710
commit 2488d71403

View File

@ -846,7 +846,7 @@ var UI = {
return this.toolboxPromise;
}
const iframe = document.createElement("iframe");
const iframe = document.createXULElement("iframe");
iframe.id = "toolbox";
// Compute a uid on the iframe in order to identify toolbox iframe