mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1665820, r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D92589
This commit is contained in:
parent
16aaee1d65
commit
5a9ad199cb
@ -365,6 +365,7 @@ this.ui = (function() { // eslint-disable-line no-unused-vars
|
||||
this.element.setAttribute("role", "dialog");
|
||||
this.element.onload = watchFunction(() => {
|
||||
msgsPromise.then(([cancelTitle, copyTitle, downloadTitle]) => {
|
||||
assertIsBlankDocument(this.element.contentDocument);
|
||||
this.document = this.element.contentDocument;
|
||||
this.window = this.element.contentWindow;
|
||||
// eslint-disable-next-line no-unsanitized/property
|
||||
|
Loading…
Reference in New Issue
Block a user