mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 869477 - WebRTC UI permissions no longer shown r=margaret
This commit is contained in:
parent
2338aa2f61
commit
3de429dff7
@ -84,7 +84,7 @@ var WebrtcUI = {
|
||||
return;
|
||||
|
||||
let host = aBrowser.contentDocument.documentURIObject.asciiHost;
|
||||
let requestor = chromeWin.BrowserApp.manifest ? "'" + chromeWin.BrowserApp.manifest.name + "'" : host;
|
||||
let requestor = BrowserApp.manifest ? "'" + BrowserApp.manifest.name + "'" : host;
|
||||
let stringBundle = Services.strings.createBundle("chrome://browser/locale/browser.properties");
|
||||
let message = stringBundle.formatStringFromName("getUserMedia.share" + requestType + ".message", [ requestor ], 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user