Bug 1853498 - Make "Save image as" from context menu of RSS item work when displayed as web page. r=freaktechnik

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

--HG--
extra : rebase_source : 592669e9cc9a1c67a327e28ea9378a1cce073072
This commit is contained in:
Magnus Melin 2023-10-05 09:01:17 +00:00
Родитель 69661fa80a
Коммит c5fc668d2d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -544,7 +544,7 @@ var mailContextMenu = {
false, // skipPrompt
null, // referrerInfo
null, // cookieJarSettings
this.browsingContext.window.document, // sourceDocument
this.browsingContext.window?.document, // sourceDocument
null, // isContentWindowPrivate,
Services.scriptSecurityManager.getSystemPrincipal() // principal
);